]> git.deb.at Git - pkg/abook.git/blobdiff - debian/postrm
Add debhelper token into maintainers scripts.
[pkg/abook.git] / debian / postrm
index fc7524368a7d7b83078bc34e26ef2f33f0ff0c5a..fece21f5fe36f7ff1eb62c0e3ab4489d3a48e093 100644 (file)
@@ -1,8 +1,10 @@
-#!/bin/sh -e
+#!/bin/sh
 # postrm for abook
 # copyright 2003-2012 by Gerfried Fuchs <rhonda@debian.org>
 # Licenced under WTFPLv2
 
+set -e
+
 if [ -x "`which update-menus 2>/dev/null`" ]; then
        update-menus
 fi
@@ -27,3 +29,5 @@ case "$action" in
        fi
        ;;
 esac
+
+#DEBHELPER#