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

post_upgrade() {
  cnf-sync
}

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