X-Git-Url: https://git.deb.at/?p=pkg%2Fnetris.git;a=blobdiff_plain;f=debian%2Fpostinst;h=28d17300de7cfb53c2849a03f7583fda54586bc5;hp=32be2bddc7a91134b2f4ecc3ecefa7db97802f1c;hb=c487bd2663cc316451b6ea2ecb632e7a29a4bf13;hpb=ec844657fccb6475314c51da1ae21dc2fee9a470 diff --git a/debian/postinst b/debian/postinst index 32be2bd..28d1730 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 Rhonda D'Vine +# Licenced under WTFPLv2 + +set -e if [ "$1" != configure ]; then exit 0