mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-17 18:21:48 +02:00
13 lines
181 B
Bash
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#
|