fpc/install/debian/fp-compiler.postinst.in
2000-08-04 21:50:37 +00:00

10 lines
129 B
Bash

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