]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-udev
r1978: * dh_installudev: Don't fail if the link already somehow exists on initial
[debhelper.git] / autoscripts / postinst-udev
1 if [ "$1" = configure -a -z "$2" ]; then
2         ln -sf ../#FILE# /etc/udev/rules.d/#PRIO##FILE#
3 fi