]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-udev
r1967: * dh_installudev: Fix postrm to not fail if the udev symlink is missing.
[debhelper.git] / autoscripts / postrm-udev
1 if [ "$1" = purge ]; then
2         if [ -L /etc/udev/rules.d/#PRIO##FILE# ]; then
3                 rm /etc/udev/rules.d/#PRIO##FILE#
4         fi
5 fi