ud-mailgate: remove exception for münchen.debian.net
[mirror/userdir-ldap.git] / debian / postinst
index b632e50..31ead9f 100644 (file)
@@ -3,10 +3,8 @@
 #DEBHELPER#
 if [ "$1" = "configure" ]
 then
-    test ! -f /usr/local/bin/ud-replicate || rm -f /usr/local/bin/ud-replicate
-
     if ! [ -e /var/lib/misc/thishost ]; then
-       ln -s "`hostname`" /var/lib/misc/thishost
+       ln -s "`hostname -f`" /var/lib/misc/thishost
     fi
 fi
 exit 0