X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=debian%2Fpostinst;h=dc97dc008b2eab87d1fc39fd176c16e884a7f055;hb=29f418e5b19fdabcb2ad6735a4d92b269ab3cfb3;hp=b60608eef594e4e21e5ba9ae40d9d07a8bba3bfd;hpb=3e366a8559a933d9b1d463255441f97812382d0b;p=pkg%2Fbeep.git diff --git a/debian/postinst b/debian/postinst index b60608e..dc97dc0 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,7 +1,9 @@ -#!/bin/sh -e +#!/bin/sh # postinst for beep -# copyright 2002-2009 by Gerfried Fuchs -# Licenced under BSD style +# copyright 2002-2011 by Rhonda D'Vine +# Licenced under WTFPLv2 + +set -e # Source debconf library. if [ -e /usr/share/debconf/confmodule ]; then @@ -52,3 +54,5 @@ else chmod 0755 /usr/bin/beep fi fi + +#DEBHELPER#