tags 369232 + patch
thanks

The attached patch should hopefully fix the problem.


-- 
Regards,
Andreas Henriksson
--- debhelper-5.0.42/autoscripts/postinst-udev	2006-02-23 17:39:36.000000000 +0100
+++ debhelper-5.0.42.fixed/autoscripts/postinst-udev	2007-01-15 02:17:01.000000000 +0100
@@ -1,3 +1,5 @@
 if [ "$1" = configure -a -z "$2" ]; then
-	ln -s ../#FILE# /etc/udev/rules.d/#PRIO##FILE#
+	if [ ! -f /etc/udev/rules.d/#PRIO##FILE# ]; then
+		ln -s ../#FILE# /etc/udev/rules.d/#PRIO##FILE#
+	fi
 fi

Reply via email to