From: Gerfried Fuchs Date: Fri, 25 Jul 2008 14:28:32 +0000 (+0200) Subject: logic problem in preinst fixed X-Git-Tag: debian/2.1.0-1~3 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fblosxom.git;a=commitdiff_plain;h=da9b5b32601c825ad30e11d8a380a935341fd93c logic problem in preinst fixed --- diff --git a/debian/preinst b/debian/preinst index 9052dd1..8f6bcd1 100644 --- a/debian/preinst +++ b/debian/preinst @@ -40,7 +40,7 @@ install|upgrade) foot.1993 foot.html foot.index \ head.1993 head.html head.index \ story.1993 story.html story.index ; do - test ! -L $i || test ! -f $i || rm $i + test ! -L $i || test -f $i || rm $i done fi esac