summaryrefslogtreecommitdiffstats
path: root/gcc.pkg/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'gcc.pkg/postinst')
-rwxr-xr-xgcc.pkg/postinst5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc.pkg/postinst b/gcc.pkg/postinst
deleted file mode 100755
index 9fd34c0..0000000
--- a/gcc.pkg/postinst
+++ /dev/null
@@ -1,5 +0,0 @@
-#! /bin/sh
-
-if [ "${1}" = configure ]; then
- update-alternatives --install /usr/bin/cc cc /usr/bin/gcc 20
-fi