]> git.deb.at Git - pkg/abook.git/blobdiff - debian/postinst
set -e on its own line
[pkg/abook.git] / debian / postinst
index f856309cd029c8f0014e34c05f1b347e5f613bae..deab0dded2c0a2c50db3017672d075abc1b0b676 100644 (file)
@@ -1,8 +1,10 @@
-#!/bin/sh -e
+#!/bin/sh
 # postinst for abook
 # copyright 2003-2012 by Gerfried Fuchs <rhonda@debian.org>
 # Licenced under WTFPLv2
 
+set -e
+
 # Source debconf library.
 if [ -e /usr/share/debconf/confmodule ]; then
        . /usr/share/debconf/confmodule