diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-07-22 22:08:42 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-07-22 22:08:42 -0600 |
commit | 8491f6ded87cb9e7c5bfe81e51077ae77dbb9476 (patch) | |
tree | 18ef4c449100bf8d37c19df51082666bd5fd7a86 /pcr/command-not-found/install | |
parent | cf97cef4d6c143fbf5f47d42e57cc13a43647a1b (diff) | |
download | abslibre-8491f6ded87cb9e7c5bfe81e51077ae77dbb9476.tar.gz abslibre-8491f6ded87cb9e7c5bfe81e51077ae77dbb9476.tar.bz2 abslibre-8491f6ded87cb9e7c5bfe81e51077ae77dbb9476.zip |
update pcr/command-not-found
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: |