]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-udev
r1881: * Add dh_installudev by Marco d'Itri.
[debhelper.git] / autoscripts / postrm-udev
1 if [ "$1" = purge ]; then
2         [ -L /etc/udev/rules.d/#PRIO##FILE# ] && \
3         rm /etc/udev/rules.d/#PRIO##FILE#
4 fi