From 113b1085958460c3c47be9d93c1b851f60d5d662 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 23 Jul 2013 01:23:27 -0700 Subject: Tue Jul 23 01:22:55 PDT 2013 --- pcr/command-not-found/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pcr/command-not-found/install') 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: -- cgit v1.2.3-54-g00ecf