HCoop backport of SML/NJ for ml-nlffigen
[hcoop/zz_old/debian/smlnj.git] / debian / smlnj-runtime.postinst
CommitLineData
4dd335d4
JM
1#!/bin/sh
2
3set -e
4
5SMLNJ_HOME=/usr/lib/smlnj
6
7touch $SMLNJ_HOME/lib/pathconfig
8chmod 664 $SMLNJ_HOME/lib/pathconfig
9
10$SMLNJ_HOME/bin/register bindir ../bin
11
12#DEBHELPER#