]> git.deb.at Git - pkg/blosxom.git/blobdiff - debian/postrm
Use "set -e" instead of "-e" option to sh in maintainer scripts
[pkg/blosxom.git] / debian / postrm
index 67ae3bcbab03fe28513d59f19b802480b830588a..cfba717f2e274745dc35aa95c8ab7cfb1cb33a44 100644 (file)
@@ -1,8 +1,10 @@
-#!/bin/sh -e
+#!/bin/sh
 # postrm script for blosxom
 # copyright 2007-2008 by Gerfried Fuchs <rhonda@debian.at>
 # Licenced in the same way as blosxom itself
 
+set -e
+
 # cleanup for old flavors that got installed by packages prior to 2.1.0
 case "$1" in
     purge)