]> git.deb.at Git - pkg/netris.git/blobdiff - debian/postinst
Fix Vcs-* fields
[pkg/netris.git] / debian / postinst
index 2487d92d0d2010f2f6ede943d2908b8585b237cd..28d17300de7cfb53c2849a03f7583fda54586bc5 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 Rhonda D'Vine <rhonda@debian.org>
+# Licenced under WTFPLv2
+
+set -e
 
 if [ "$1" != configure ]; then
        exit 0