diff options
author | joeyh <joeyh> | 2006-02-23 16:51:33 +0000 |
---|---|---|
committer | joeyh <joeyh> | 2006-02-23 16:51:33 +0000 |
commit | 51c3322ebaed2029aab342f10b759e982e05668f (patch) | |
tree | 258cc3efa35b9117b7b04bb3d4aef997549ac6cc /autoscripts/postinst-udev | |
parent | d6cc1db4d09238ed419b8f5c61110b6a752972d7 (diff) | |
download | debhelper-51c3322ebaed2029aab342f10b759e982e05668f.tar.gz |
r1881: * Add dh_installudev by Marco d'Itri.
Diffstat (limited to 'autoscripts/postinst-udev')
-rw-r--r-- | autoscripts/postinst-udev | 3 |
1 files changed, 3 insertions, 0 deletions
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 |