aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-08-19 09:55:40 +0800
committermarcus <marcus@FreeBSD.org>2002-08-19 09:55:40 +0800
commite7b9ab3cbcecba9f14a4c4edc626c9dad8b8592b (patch)
treed3bb87fe23cfade17bc563c18a628899a337f6f8 /x11
parente1538252925e91f9da84bdb8249c4d38455daa69 (diff)
downloadfreebsd-ports-gnome-e7b9ab3cbcecba9f14a4c4edc626c9dad8b8592b.tar.gz
freebsd-ports-gnome-e7b9ab3cbcecba9f14a4c4edc626c9dad8b8592b.tar.zst
freebsd-ports-gnome-e7b9ab3cbcecba9f14a4c4edc626c9dad8b8592b.zip
Add eog to the list of GNOME 1 ports to remove before installing the GNOME 2
desktop.
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome2/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome2/pkg-install b/x11/gnome2/pkg-install
index 8b3d59af7102..cfd1cd437685 100644
--- a/x11/gnome2/pkg-install
+++ b/x11/gnome2/pkg-install
@@ -8,7 +8,7 @@ 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 glade gedit xalf bugbuddy gnomegames gdm"
+ GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus glade gedit xalf bugbuddy gnomegames gdm eog"
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"