]> git.deb.at Git - pkg/beep.git/blob - debian/config
Relicensed Debian packaging under WTFPLv2
[pkg/beep.git] / debian / config
1 #!/bin/sh -e
2 # debian/config file for beep
3 # copyright 2002-2009 by Gerfried Fuchs <rhonda@debian.at>
4 # Licenced under WTFPLv2
5
6 # Source debconf library.
7 . /usr/share/debconf/confmodule
8
9 # how to suid the beep program
10 db_input medium beep/suid_option || true
11 db_go
12
13 exit 0