1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Add eog to the list of GNOME 1 ports to remove before installing the GNOME 2

desktop.
This commit is contained in:
Joe Marcus Clarke 2002-08-19 01:55:40 +00:00
parent 560267f695
commit 48b961fa04
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64645

View File

@ -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"