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