fp-compiler.postrm.in 113 B

123456789
  1. #! /bin/sh
  2. FPCDIR=/usr/lib/fpc/%{fpcversion}
  3. # remove link
  4. rm -f /usr/bin/ppc386
  5. # Debhelper code
  6. #DEBHELPER#