mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-04 23:30:58 +01:00
10 lines
129 B
Bash
10 lines
129 B
Bash
#! /bin/sh
|
|
|
|
FPCDIR=/usr/lib/fpc/%{fpcversion}
|
|
|
|
# create link
|
|
ln -sf $FPCDIR/ppc386 /usr/bin/ppc386
|
|
|
|
# Debhelper code
|
|
#DEBHELPER#
|