summaryrefslogtreecommitdiffstats
path: root/slackware64/xfce/maketag.ez
diff options
context:
space:
mode:
Diffstat (limited to 'slackware64/xfce/maketag.ez')
-rw-r--r--slackware64/xfce/maketag.ez8
1 files changed, 4 insertions, 4 deletions
diff --git a/slackware64/xfce/maketag.ez b/slackware64/xfce/maketag.ez
index 130c40d88..e284e1e70 100644
--- a/slackware64/xfce/maketag.ez
+++ b/slackware64/xfce/maketag.ez
@@ -11,7 +11,6 @@ from series XFCE. Use the UP/DOWN keys to scroll through the list, and \
the SPACE key to deselect any items you don't want to install. \
Press ENTER when you are done." \
20 70 10 \
-"Terminal" "Xfce's Terminal Emulator" "on" \
"Thunar" "Xfce file manager" "on" \
"exo" "libexo extension library" "on" \
"garcon" "menu implementation for Xfce" "on" \
@@ -34,6 +33,7 @@ Press ENTER when you are done." \
"xfce4-settings" "Xfce settings manager" "on" \
"xfce4-systemload-plugin" "systemload plugin for the Xfce panel" "on" \
"xfce4-taskmanager" "running apps / task manager application" "on" \
+"xfce4-terminal" "Xfce's Terminal Emulator" "on" \
"xfce4-volumed" "audio volume management daemon" "on" \
"xfce4-weather-plugin" "weather plugin for the Xfce panel" "on" \
"xfconf" "Xfce configuration storage system" "on" \
@@ -45,7 +45,7 @@ if [ $? = 1 -o $? = 255 ]; then
rm -f $TMP/SeTpkgs
> $TMP/SeTnewtag
for pkg in \
-Terminal Thunar exo garcon gtk-xfce-engine libxfce4ui libxfce4util libxfcegui4 orage thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-mixer xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-volumed xfce4-weather-plugin xfconf xfdesktop xfwm4 xfwm4-themes \
+Thunar exo garcon gtk-xfce-engine libxfce4ui libxfce4util libxfcegui4 orage thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-mixer xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-volumed xfce4-weather-plugin xfconf xfdesktop xfwm4 xfwm4-themes \
; do
echo "$pkg: SKP" >> $TMP/SeTnewtag
done
@@ -53,9 +53,9 @@ Terminal Thunar exo garcon gtk-xfce-engine libxfce4ui libxfce4util libxfcegui4 o
fi
cat /dev/null > $TMP/SeTnewtag
for PACKAGE in \
-Terminal Thunar exo garcon gtk-xfce-engine libxfce4ui libxfce4util libxfcegui4 orage thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-mixer xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-volumed xfce4-weather-plugin xfconf xfdesktop xfwm4 xfwm4-themes \
+Thunar exo garcon gtk-xfce-engine libxfce4ui libxfce4util libxfcegui4 orage thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-mixer xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-volumed xfce4-weather-plugin xfconf xfdesktop xfwm4 xfwm4-themes \
; do
- if fgrep \"$PACKAGE\" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then
+ if grep "\(^\| \)$PACKAGE\( \|$\)" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then
echo "$PACKAGE: ADD" >> $TMP/SeTnewtag
else
echo "$PACKAGE: SKP" >> $TMP/SeTnewtag