fix lintian W: maintainer-script-ignores-errors postrm
authorRoland Hieber <rohieb@rohieb.name>
Wed, 4 Jan 2012 20:03:07 +0000 (21:03 +0100)
committerRoland Hieber <rohieb@rohieb.name>
Wed, 4 Jan 2012 20:03:07 +0000 (21:03 +0100)
debian/postrm

index e9338c4..523b786 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+set -e
+
 #DEBHELPER#
 if [ "$1" = "purge" ]; then
   echo
This page took 0.022435 seconds and 4 git commands to generate.