X-Git-Url: https://git.hcoop.net/hcoop/zz_old/debian/smlnj.git/blobdiff_plain/9848d5d298296271e98ea1eea783c348b5a51bde..4dd335d4a21cdd649ea44774a63e8df616568142:/debian/smlnj-runtime.postinst diff --git a/debian/smlnj-runtime.postinst b/debian/smlnj-runtime.postinst new file mode 100644 index 0000000..0e529f7 --- /dev/null +++ b/debian/smlnj-runtime.postinst @@ -0,0 +1,12 @@ +#!/bin/sh + +set -e + +SMLNJ_HOME=/usr/lib/smlnj + +touch $SMLNJ_HOME/lib/pathconfig +chmod 664 $SMLNJ_HOME/lib/pathconfig + +$SMLNJ_HOME/bin/register bindir ../bin + +#DEBHELPER#