10 lines
156 B
Plaintext
Raw Normal View History

#!/bin/sh -e
# Install the GAC
if [ -x /usr/share/cli-common/gac-install ]; then
/usr/share/cli-common/gac-install mono-%SNAPVER%
fi
#DEBHELPER#