mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-31 07:22:44 +02:00
10 lines
113 B
Bash
10 lines
113 B
Bash
#! /bin/sh
|
|
|
|
FPCDIR=/usr/lib/fpc/%{fpcversion}
|
|
|
|
# remove link
|
|
rm -f /usr/bin/ppc386
|
|
|
|
# Debhelper code
|
|
#DEBHELPER#
|