diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-11 17:22:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-11 17:22:51 +0000 |
commit | 67faa8e7cdb45c345bb3a3a7b28470e014b9a97c (patch) | |
tree | d743d745016d80e660eba3a548d57bc25fe8df34 /x11 | |
parent | 08fd7b8e5a589076677b26026360cc25a58c1f22 (diff) | |
download | ports-67faa8e7cdb45c345bb3a3a7b28470e014b9a97c.tar.gz ports-67faa8e7cdb45c345bb3a3a7b28470e014b9a97c.zip |
Add gdm to the list of GNOME 1.4.1 packages that must be uninstalled before
GNOME 2 can be installed.
Prompted by: Glenn Johnson <glennpj@charter.net>
Notes
Notes:
svn path=/head/; revision=64377
Diffstat (limited to 'x11')
-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 2a6f60ebb004..8b3d59af7102 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" + GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus glade gedit xalf bugbuddy gnomegames gdm" 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" |