ud-mailgate: remove exception for münchen.debian.net
[mirror/userdir-ldap.git] / debian / postrm
1 #! /bin/bash -e
2 #
3 #DEBHELPER#
4 if [ "$1" = "purge" ]
5 then
6     if [ -L /var/lib/misc/thishost ]; then
7         rm /var/lib/misc/thishost
8     fi
9 fi
10 exit 0