diff options
Diffstat (limited to 'pcr/command-not-found/install')
-rw-r--r-- | pcr/command-not-found/install | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/pcr/command-not-found/install b/pcr/command-not-found/install deleted file mode 100644 index 50e601258..000000000 --- a/pcr/command-not-found/install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - cnf-sync -} - -post_upgrade() { - cnf-sync -} - -pre_remove() { - rm -f /var/lib/cnf/*.{db,tbd} -} - -# vim:set ts=2 sw=2 et: |