diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-07-14 14:29:20 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-07-14 14:29:20 -0500 |
commit | ed878e1aab0b2c3675d9c2ed1a4ad31e19ef9f40 (patch) | |
tree | 4c7b24fba59693994feb0934d49ce732855b0fae /pcr/command-not-found/install | |
parent | cd87cad8f7dbdfccccd9576aec79c5906dfc470e (diff) | |
download | abslibre-ed878e1aab0b2c3675d9c2ed1a4ad31e19ef9f40.tar.gz abslibre-ed878e1aab0b2c3675d9c2ed1a4ad31e19ef9f40.tar.bz2 abslibre-ed878e1aab0b2c3675d9c2ed1a4ad31e19ef9f40.zip |
command-not-found-0.6.1-1: updating version
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: |