X-Git-Url: https://git.deb.at/?p=pkg%2Fnetris.git;a=blobdiff_plain;f=debian%2Fpostinst;h=28d17300de7cfb53c2849a03f7583fda54586bc5;hp=2487d92d0d2010f2f6ede943d2908b8585b237cd;hb=c487bd2663cc316451b6ea2ecb632e7a29a4bf13;hpb=6b1f6251013f5cf018e37ec7e67fe629a7f34455 diff --git a/debian/postinst b/debian/postinst index 2487d92..28d1730 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,7 +1,9 @@ -#!/bin/sh -e -# postinst script for netris -# copyright 2002++ by Gerfried Fuchs -# Licenced the same way as netris itself +#!/bin/sh +# debian/postinst script for netris +# copyright 2002-2010 by Rhonda D'Vine +# Licenced under WTFPLv2 + +set -e if [ "$1" != configure ]; then exit 0