linux-packaging-mono/debian/mono-runtime.prerm

8 lines
105 B
Plaintext
Raw Normal View History

#!/bin/sh -e
if [ "$1" = remove ]; then
update-alternatives --remove cli /usr/bin/mono
fi
#DEBHELPER#