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