summaryrefslogtreecommitdiff
path: root/pcr/command-not-found/install
blob: 50e6012580e69eb0154e055508ebea2c69742ad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  cnf-sync
}

post_upgrade() {
  cnf-sync
}

pre_remove() {
  rm -f /var/lib/cnf/*.{db,tbd}
}

# vim:set ts=2 sw=2 et: