X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=debian%2Fpostinst;h=5db3ee367bd4318c6e04b38f40572875e9f8b45d;hb=614219dca397988b0c2003148ced5570026926df;hp=32be2bddc7a91134b2f4ecc3ecefa7db97802f1c;hpb=ec844657fccb6475314c51da1ae21dc2fee9a470;p=pkg%2Fnetris.git diff --git a/debian/postinst b/debian/postinst index 32be2bd..5db3ee3 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,5 +1,9 @@ -#!/bin/sh -e -# postinst script for netris +#!/bin/sh +# debian/postinst script for netris +# copyright 2002-2010 by Gerfried Fuchs +# Licenced under WTFPLv2 + +set -e if [ "$1" != configure ]; then exit 0