]> git.deb.at Git - pkg/beep.git/blob - debian/postrm
Imported Debian patch 1.2.2-24
[pkg/beep.git] / debian / postrm
1 #!/bin/sh -e
2 # postrm for beep
3 # copyright 2002-2009 by Gerfried Fuchs <rhonda@debian.at>
4 # Licenced under BSD style
5
6 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
7         . /usr/share/debconf/confmodule
8         db_purge
9 fi