summaryrefslogtreecommitdiffstats
path: root/gnome-menus/build/gnome-menus.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-menus/build/gnome-menus.SlackBuild')
-rwxr-xr-xgnome-menus/build/gnome-menus.SlackBuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnome-menus/build/gnome-menus.SlackBuild b/gnome-menus/build/gnome-menus.SlackBuild
index c7bad8d4..1ef06302 100755
--- a/gnome-menus/build/gnome-menus.SlackBuild
+++ b/gnome-menus/build/gnome-menus.SlackBuild
@@ -177,7 +177,8 @@ else
make DESTDIR=$PKG install 2>&1 |tee $OUTPUT/install-${PRGNAM}.log
fi
-# Move configuration files to .new:
+# Move configuration files to .new - if these are installed unwantingly,
+# the KDE menus will suddenly look a lot different!:
mv $PKG/etc/xdg/menus/applications.menu{,.new}
mv $PKG/etc/xdg/menus/preferences.menu{,.new}
mv $PKG/etc/xdg/menus/settings.menu{,.new}
@@ -201,9 +202,9 @@ config() {
done
}
-config etc/xdg/menus/applications.menu.new
-config etc/xdg/menus/preferences.menu.new
-config etc/xdg/menus/settings.menu.new
+#config etc/xdg/menus/applications.menu.new
+#config etc/xdg/menus/preferences.menu.new
+#config etc/xdg/menus/settings.menu.new
EOINS