]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-udev
r1881: * Add dh_installudev by Marco d'Itri.
[debhelper.git] / autoscripts / postinst-udev
1 if [ "$1" = configure -a -z "$2" ]; then
2         ln -s ../#FILE# /etc/udev/rules.d/#PRIO##FILE#
3 fi