File: _preinst

package info (click to toggle)
smlnj-runtime 110.44-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,968 kB
  • ctags: 5,368
  • sloc: ansic: 24,674; asm: 4,195; makefile: 1,353; sh: 91
file content (11 lines) | stat: -rw-r--r-- 203 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -e

if mkdir -p @compatheapdir@ 2>/dev/null; then
    chown root:staff @compatheapdir@
    chmod 2775 @compatheapdir@
fi

if [ ! -e @heapdir@ ]; then
    ln -s @compatversion@ @heapdir@
fi