From: ewt Date: Thu, 15 Feb 1996 21:08:09 +0000 (+0000) Subject: fixed bug which resulted in shared files getting backed up X-Git-Tag: tznext/4.11.0.1.tizen20130304~11676 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=878cebe9470b0bfd8e4302e2cf304cc7d52f0e38;p=tools%2Flibrpm-tizen.git fixed bug which resulted in shared files getting backed up CVS patchset: 284 CVS date: 1996/02/15 21:08:09 --- diff --git a/lib/uninstall.c b/lib/uninstall.c index 7851d84..e8999b7 100644 --- a/lib/uninstall.c +++ b/lib/uninstall.c @@ -345,6 +345,7 @@ static int removeFile(char * file, char state, unsigned int flags, char * md5, case KEEP: message(MESS_DEBUG, "keeping %s\n", file); + break; case BACKUP: message(MESS_DEBUG, "saving %s as %s.rpmsave\n", file, file);