logic problem in preinst fixed
authorGerfried Fuchs <rhonda@debian.at>
Fri, 25 Jul 2008 14:28:32 +0000 (16:28 +0200)
committerGerfried Fuchs <rhonda@debian.at>
Fri, 25 Jul 2008 14:28:32 +0000 (16:28 +0200)
debian/preinst

index 9052dd1e36eed08c93c530154e2f8b5ce2c07b2c..8f6bcd1cdd404da25bf7aa4379b68b9aded6b52b 100644 (file)
@@ -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