aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-gtk2/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/py-gtk2/pkg-install')
-rw-r--r--x11-toolkits/py-gtk2/pkg-install16
1 files changed, 0 insertions, 16 deletions
diff --git a/x11-toolkits/py-gtk2/pkg-install b/x11-toolkits/py-gtk2/pkg-install
deleted file mode 100644
index a26468bf3372..000000000000
--- a/x11-toolkits/py-gtk2/pkg-install
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-if [ -n "${PACKAGE_BUILDING}" ]; then
- exit 0
-fi
-
-PATH=/bin:/usr/bin:/sbin:/usr/sbin:${PATH}
-export PATH
-
-if [ "$2" = "PRE-INSTALL" ]; then
- if pkg_info | grep "^py-gtk-[0-9]"; then
- echo "py-gtk for GTK+ 1.x was detected."
- echo "This packages cannot coexist with py-gtk."
- false
- fi
-fi