From 51c3322ebaed2029aab342f10b759e982e05668f Mon Sep 17 00:00:00 2001 From: joeyh Date: Thu, 23 Feb 2006 16:51:33 +0000 Subject: r1881: * Add dh_installudev by Marco d'Itri. --- autoscripts/postinst-udev | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 autoscripts/postinst-udev (limited to 'autoscripts/postinst-udev') diff --git a/autoscripts/postinst-udev b/autoscripts/postinst-udev new file mode 100644 index 00000000..e73cb010 --- /dev/null +++ b/autoscripts/postinst-udev @@ -0,0 +1,3 @@ +if [ "$1" = configure -a -z "$2" ]; then + ln -s ../#FILE# /etc/udev/rules.d/#PRIO##FILE# +fi -- cgit v1.2.3