]> git.deb.at Git - pkg/abook.git/blobdiff - debian/postrm
set -e on its own line
[pkg/abook.git] / debian / postrm
index fc7524368a7d7b83078bc34e26ef2f33f0ff0c5a..27b19f39ed02f24a8c1d6914a15c6b816418653c 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