fpc/install/debian/fp-compiler.postinst
1999-06-15 14:57:45 +00:00

13 lines
178 B
Bash

#! /bin/sh
FPCDIR=/usr/lib/fpc/0.99.12
# create link
ln -sf $FPCDIR/ppc386 /usr/bin/ppc386
# create /etc/ppc386.cfg
$FPCDIR/samplecfg $FPCDIR
# update ld.so cache
# ldconfig