]> git.deb.at Git - pkg/netris.git/blobdiff - debian/postinst
Imported Debian patch 0.52-8
[pkg/netris.git] / debian / postinst
index 2487d92d0d2010f2f6ede943d2908b8585b237cd..10af7f80c72b3b65c6da83deb19530183a84b224 100644 (file)
@@ -1,7 +1,9 @@
-#!/bin/sh -e
+#!/bin/sh
 # postinst script for netris
-# copyright 2002++ by Gerfried Fuchs <rhonda@debian.at>
-# Licenced the same way as netris itself
+# copyright 2002-2010 by Gerfried Fuchs <rhonda@debian.at>
+# Licenced under BSD style
+
+set -e
 
 if [ "$1" != configure ]; then
        exit 0