]> git.deb.at Git - pkg/netris.git/blobdiff - debian/postinst
New patch fix-memory-leak
[pkg/netris.git] / debian / postinst
index 32be2bddc7a91134b2f4ecc3ecefa7db97802f1c..5db3ee367bd4318c6e04b38f40572875e9f8b45d 100644 (file)
@@ -1,5 +1,9 @@
-#!/bin/sh -e
-# postinst script for netris
+#!/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