Oh, sorry for my previous comment, I misread the patch. You actually
remove the *new* location there, not the *old* one. I just had another
look, and I found something in postinst.in:

+mv_conffile() {
+    OLDCONFFILE="$1"
+    NEWCONFFILE="$2"

I. e. mv_conffile() takes two arguments, but you actually pass three:

+        mv_conffile $PACKAGE /etc/udev/[EMAIL PROTECTED]@.rules \
+                            /etc/udev/rules.d/[EMAIL PROTECTED]@.rules

So as far as I can see it should be enough to drop the $PACKAGE
argument, then it should work. Good luck!

-- 
Link in udev rules.d
https://bugs.launchpad.net/bugs/197968
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to