]> git.decadent.org.uk Git - memories.git/blobdiff - debian/memories.postrm
Stop ignoring errors in maintainer scripts
[memories.git] / debian / memories.postrm
index 0d3c14fb01b4d27cf76724390a52fbe19013f141..4839274620d4a819883fef9579e73346a931f92b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
 
 if [ "x$1" = xremove -o "x$1" = xpurge ]; then
     # Flush out our configuration fragment and loaded code from Apache.
@@ -9,3 +9,5 @@ if [ "x$1" = xremove -o "x$1" = xpurge ]; then
         fi
     done
 fi
+
+#DEBHELPER#