fp-compiler.postinst 178 B

123456789101112
  1. #! /bin/sh
  2. FPCDIR=/usr/lib/fpc/0.99.12
  3. # create link
  4. ln -sf $FPCDIR/ppc386 /usr/bin/ppc386
  5. # create /etc/ppc386.cfg
  6. $FPCDIR/samplecfg $FPCDIR
  7. # update ld.so cache
  8. # ldconfig