fp-compiler.postinst.in 181 B

123456789101112
  1. #! /bin/sh
  2. FPCDIR=/usr/lib/fpc/%{fpcversion}
  3. # create link
  4. ln -sf $FPCDIR/ppc386 /usr/bin/ppc386
  5. # create /etc/ppc386.cfg
  6. $FPCDIR/samplecfg $FPCDIR
  7. # Debhelper code
  8. #DEBHELPER#