lazarus/tools/install/cross_unix/debian_crosswin32/postrm
2006-09-15 19:03:28 +00:00

7 lines
187 B
Bash

#!/bin/sh
# remove crosswin32 additions from fpc.cfg
cat /etc/fpc.cfg | egrep -v '# fpc_crosswin32|-XPfpc-i386-win32-' > /etc/fpc.cfg.rpmtemp
mv /etc/fpc.cfg.rpmtemp /etc/fpc.cfg
# end.