Code

Just use the -n option from dh_installinit and the world is fine again.
[gosa.git] / debian / gosa-desktop.postrm
1 #!/bin/sh
3 set -e
5 #DEBHELPER#
7 if [ "$1" = "purge" ]; then
8         rm -f /etc/gosa/desktoprc
9 fi