fpc/install/debian/fp-compiler.postinst.in

13 lines
181 B
Bash

#! /bin/sh
FPCDIR=/usr/lib/fpc/%{fpcversion}
# create link
ln -sf $FPCDIR/ppc386 /usr/bin/ppc386
# create /etc/ppc386.cfg
$FPCDIR/samplecfg $FPCDIR
# Debhelper code
#DEBHELPER#