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