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

8 lines
157 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh -e
if [ "$1" = remove ] && [ -x /usr/sbin/update-binfmts ]; then
update-binfmts --package mono-runtime --remove cli /usr/bin/cli
fi
#DEBHELPER#