]> git.deb.at Git - pkg/netris.git/blobdiff - debian/postinst
refresh them with proper quilt settings
[pkg/netris.git] / debian / postinst
index 2487d92d0d2010f2f6ede943d2908b8585b237cd..5db3ee367bd4318c6e04b38f40572875e9f8b45d 100644 (file)
@@ -1,7 +1,9 @@
-#!/bin/sh -e
-# postinst script for netris
-# copyright 2002++ by Gerfried Fuchs <rhonda@debian.at>
-# Licenced the same way as netris itself
+#!/bin/sh
+# debian/postinst script for netris
+# copyright 2002-2010 by Gerfried Fuchs <rhonda@debian.at>
+# Licenced under WTFPLv2
+
+set -e
 
 if [ "$1" != configure ]; then
        exit 0