diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-07-23 05:03:51 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-07-23 05:03:51 -0300 |
commit | bc934ac09b7e1896f7083ed9be8697b44e17f6e5 (patch) | |
tree | a60d6fb420867be89112ad8043629ebbf8786b42 /pcr/command-not-found/install | |
parent | 08251af6f167ec35b8c2e4039ed090fad493a23e (diff) | |
parent | 8491f6ded87cb9e7c5bfe81e51077ae77dbb9476 (diff) |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/command-not-found/install')
-rw-r--r-- | pcr/command-not-found/install | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pcr/command-not-found/install b/pcr/command-not-found/install index 26f49fa50..50e601258 100644 --- a/pcr/command-not-found/install +++ b/pcr/command-not-found/install @@ -7,8 +7,7 @@ post_upgrade() { } pre_remove() { - rm -rf /var/lib/cnf/*.db - rm -rf /var/lib/cnf/*.tdb + rm -f /var/lib/cnf/*.{db,tbd} } # vim:set ts=2 sw=2 et: |