if [ "$1" = purge ]; then
	[ -L /etc/udev/rules.d/#PRIO##FILE# ] && \
	rm /etc/udev/rules.d/#PRIO##FILE#
fi
