X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=debian%2Fpostinst;h=b60608eef594e4e21e5ba9ae40d9d07a8bba3bfd;hb=6dd0f82935477ccf7e42aa09d178baed04aa406d;hp=34b56d525d7a9cfb1649ee5eeda67bb68b057d40;hpb=f438efb3ce3b64df78ea007fa2c321a49201e117;p=pkg%2Fbeep.git diff --git a/debian/postinst b/debian/postinst index 34b56d5..b60608e 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,5 +1,7 @@ #!/bin/sh -e # postinst for beep +# copyright 2002-2009 by Gerfried Fuchs +# Licenced under BSD style # Source debconf library. if [ -e /usr/share/debconf/confmodule ]; then @@ -16,12 +18,6 @@ if [ -e /usr/share/debconf/confmodule ]; then suid="$RET" fi -# repair typo in option (see #135866) -if [ "$suid" = "suid root with only group audio executeable" ] ; then - db_set beep/suid_option "suid root with only group audio executable" - suid="suid root with only group audio executable" -fi - # option changes as suggested by #492724 if [ "$suid" = "suid root for all" ] ; then db_set beep/suid_option "usable for all"