]> git.deb.at Git - pkg/netris.git/blobdiff - debian/postinst
Fix Vcs-* fields
[pkg/netris.git] / debian / postinst
index 32be2bddc7a91134b2f4ecc3ecefa7db97802f1c..28d17300de7cfb53c2849a03f7583fda54586bc5 100644 (file)
@@ -1,5 +1,9 @@
-#!/bin/sh -e
-# postinst script for netris
+#!/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