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