Code

Fixed typo
[gosa.git] / gosa-core / 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