diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-09 16:53:38 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-09 16:53:38 +0800 |
commit | 5325526760526a848926342e814267e2f253ff78 (patch) | |
tree | 416ce673d462fc8939335087c731e08112b597bd | |
parent | bb44bf4d872ea0cd7ecfdec646b7cf7e95907210 (diff) | |
download | freebsd-ports-gnome-5325526760526a848926342e814267e2f253ff78.tar.gz freebsd-ports-gnome-5325526760526a848926342e814267e2f253ff78.tar.zst freebsd-ports-gnome-5325526760526a848926342e814267e2f253ff78.zip |
Add ggv to the list of GNOME 1.4 apps you should delete before installing the
GNOME 2 desktop.
-rw-r--r-- | x11/gnome2/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome2/pkg-install b/x11/gnome2/pkg-install index 930e222a742c..05cc74c44679 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 gedit xalf bugbuddy gnomegames gdm eog" + GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus gedit xalf bugbuddy gnomegames gdm eog ggv" 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" |