Remove old ud-replicate script if there is one
authorjoey <>
Thu, 18 Nov 2004 16:57:50 +0000 (16:57 +0000)
committerjoey <>
Thu, 18 Nov 2004 16:57:50 +0000 (16:57 +0000)
debian/postinst

index 8d1001c..cafa8f5 100644 (file)
@@ -20,3 +20,8 @@ case "$1" in
         exit 1
     ;;
 esac
+
+if [ "$1" = "configure" ]
+then
+    test ! -f /usr/local/bin/ud-replicate || rm -f /usr/local/bin/ud-replicate
+fi