summaryrefslogtreecommitdiff
path: root/autoscripts/preinst-udev
blob: 7874fdb7f4e3da067b45d6ad99e1afce78908e21 (plain)
1
2
3
4
5
if [ "$1" = install ] || [ "$1" = upgrade ]; then
	if [ -L "#RULE#" ]; then
		rm -f "#RULE#"
	fi
fi