From da39a1bdc8d50b6574f6c583f405e36fdb2a184f Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 29 Jan 2009 09:04:09 +0000 Subject: [PATCH] removed unneeded files git-svn-id: trunk@18490 - --- .gitattributes | 2 -- tools/install/cross_unix/debian_crosswin32/postinst | 8 -------- tools/install/cross_unix/debian_crosswin32/postrm | 6 ------ 3 files changed, 16 deletions(-) delete mode 100755 tools/install/cross_unix/debian_crosswin32/postinst delete mode 100644 tools/install/cross_unix/debian_crosswin32/postrm diff --git a/.gitattributes b/.gitattributes index 8e4624cb5d..2d8c7b94c9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4397,8 +4397,6 @@ tools/install/cross_unix/debian_crosswin32/changelog svneol=native#text/plain tools/install/cross_unix/debian_crosswin32/changelog.Debian svneol=native#text/plain tools/install/cross_unix/debian_crosswin32/control svneol=native#text/plain tools/install/cross_unix/debian_crosswin32/copyright svneol=native#text/plain -tools/install/cross_unix/debian_crosswin32/postinst svneol=native#text/plain -tools/install/cross_unix/debian_crosswin32/postrm svneol=native#text/plain tools/install/cross_unix/update_cross_fpc.sh svneol=native#text/plain tools/install/debian_fpc/changelog svneol=native#text/plain tools/install/debian_fpc/changelog.Debian svneol=native#text/plain diff --git a/tools/install/cross_unix/debian_crosswin32/postinst b/tools/install/cross_unix/debian_crosswin32/postinst deleted file mode 100755 index 3a848982a3..0000000000 --- a/tools/install/cross_unix/debian_crosswin32/postinst +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# add -FD and -XP entry for cross compiling -#echo '# set binutils paths for crosscompiling # fpc_crosswin32' >> /etc/fpc.cfg -#echo '#IFDEF NEEDCROSSBINUTILS # fpc_crosswin32' >> /etc/fpc.cfg -#echo ' -XPfpc-i386-win32-' >> /etc/fpc.cfg -#echo '#ENDIF # fpc_crosswin32' >> /etc/fpc.cfg -# end. - diff --git a/tools/install/cross_unix/debian_crosswin32/postrm b/tools/install/cross_unix/debian_crosswin32/postrm deleted file mode 100644 index b0f80e2a40..0000000000 --- a/tools/install/cross_unix/debian_crosswin32/postrm +++ /dev/null @@ -1,6 +0,0 @@ -#!/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. -