summaryrefslogtreecommitdiff
path: root/autoscripts/prerm-xaw
blob: 98837f82edb43205f7661bd271da4e420b83915f (plain)
1
2
3
4
5
if [ "$1" = "remove" ]; then
	for opts in #OPTS#; do
		update-alternatives --quiet --remove $opts
	done
fi