diff options
author | Shackra Sislock <jorgean@lavabit.com> | 2013-07-28 00:05:17 -0600 |
---|---|---|
committer | Shackra Sislock <jorgean@lavabit.com> | 2013-07-28 00:05:17 -0600 |
commit | 24a60eb2731228e05ffa0ed9dade0d6b56f9785f (patch) | |
tree | 5968c5be0899eeba7cbc294a12b39e165a7be4a7 /pcr/command-not-found/install | |
parent | 6785d5420eb83d9990842bd812458ad862c0d9e7 (diff) | |
parent | 946d64a4f98b36d70189c65010e666a597ad7aab (diff) | |
download | abslibre-24a60eb2731228e05ffa0ed9dade0d6b56f9785f.tar.gz abslibre-24a60eb2731228e05ffa0ed9dade0d6b56f9785f.tar.bz2 abslibre-24a60eb2731228e05ffa0ed9dade0d6b56f9785f.zip |
merging...
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: |