linux-packaging-mono/debian/postinst-monoaot

5 lines
93 B
Plaintext
Raw Normal View History

if [ "$1" = "configure" ]
then
/usr/bin/mono --aot -O=all,shared #FILE# > /dev/null 2>&1
fi