We've been removing this symlink for a decade
authorStephen Gran <steve@lobefin.net>
Wed, 20 Nov 2013 19:22:33 +0000 (19:22 +0000)
committerStephen Gran <steve@lobefin.net>
Wed, 20 Nov 2013 19:22:33 +0000 (19:22 +0000)
I think we're safe now.

Signed-off-by: Stephen Gran <steve@lobefin.net>
debian/postinst

index ec8cc5f..31ead9f 100644 (file)
@@ -3,8 +3,6 @@
 #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 -f`" /var/lib/misc/thishost
     fi