From 2fba1a2d8eb914d118a18389a4efb30f38717605 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 18 Sep 2003 19:03:42 +0000 Subject: Remove these ports now that they have been added into the FreeBSD ports tree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1224 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gnome2/pkg-install | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 x11/gnome2/pkg-install (limited to 'x11/gnome2/pkg-install') diff --git a/x11/gnome2/pkg-install b/x11/gnome2/pkg-install deleted file mode 100644 index 1324bb12a..000000000 --- a/x11/gnome2/pkg-install +++ /dev/null @@ -1,21 +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 - GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus gedit xalf bugbuddy gnomegames gdm eog ggv gnomeaudio" - for package in ${GNOME_ONE_DESKTOP}; do - if pkg_info | grep "^${package}-[0-9]" >/dev/null 2>&1; then - echo "${package} was detected on the system. This package is part of the GNOME 1.x" - echo "desktop, and cannot coexist with the GNOME 2.2 desktop." - echo "" - echo "Please deinstall the GNOME 1.x desktop before installing this package." - false - fi - done -fi -- cgit v1.2.3