summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-udev
blob: 15779ca694aedaef3f75a9e28f62f89b0b8f5d1b (plain)
1
2
3
4
if [ "$1" = purge ]; then
	[ -L /etc/udev/rules.d/#PRIO##FILE# ] && \
	rm /etc/udev/rules.d/#PRIO##FILE#
fi