]> git.deb.at Git - pkg/beep.git/blobdiff - debian/postinst
Imported Debian patch 1.2.2-24
[pkg/beep.git] / debian / postinst
index 34b56d525d7a9cfb1649ee5eeda67bb68b057d40..b60608eef594e4e21e5ba9ae40d9d07a8bba3bfd 100644 (file)
@@ -1,5 +1,7 @@
 #!/bin/sh -e
 # postinst for beep
+# copyright 2002-2009 by Gerfried Fuchs <rhonda@debian.at>
+# 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"