Code

in case of --no-bus, server do not try to forward msg with unknown target address...
[gosa.git] / gosa-core / debian / gosa-desktop.postrm
1 #!/bin/sh -e
3 #DEBHELPER#
5 if [ "$1" = "purge" ]; then
6         rm -f /etc/gosa/desktoprc
7 fi