summaryrefslogtreecommitdiffstats
path: root/debian/bsdextrautils.prerm
blob: 8901367db4390b9295f10cf14298576c9a457bc1 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then
	update-alternatives --remove write /usr/bin/write.ul
fi

#DEBHELPER#