X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=debian%2Fpreinst;h=ff3f84eebb3f5a22059dcfcbec3ed95803d5ddc8;hb=b6f3fe1110df4c616724be11638a5f2d32bc375b;hp=9052dd1e36eed08c93c530154e2f8b5ce2c07b2c;hpb=3f4e737889ff4683c562dc119bd7dfb6fa1e553a;p=matthijs%2Fupstream%2Fblosxom.git diff --git a/debian/preinst b/debian/preinst index 9052dd1..ff3f84e 100644 --- a/debian/preinst +++ b/debian/preinst @@ -32,6 +32,7 @@ install|upgrade) story.1993 story.html story.index ; do rm_conffile blosxom "/etc/blosxom/flavours/$i" done + rm_conffile blosxom "/etc/blosxom/plugins/timezone" fi if [ -d /var/lib/blosxom/data/flavours ] ; then cd /var/lib/blosxom/data/flavours @@ -40,7 +41,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