1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-15 21:45:54 +01:00

debian: Small updates in menus etc

The file "clean", which contains "WindowMaker/Defaults/WMRootMenu"
can be removed, because this file was included to be cleaned in
the commit 01907f9983

The Application/* items are moved to the root menu, removing the
"Applications" submenu. The files from /etc/X11/WindowMaker moved
to /etc/GNUstep/Defaults
This commit is contained in:
Rodolfo García Peñas (kix)
2012-03-03 18:04:07 +01:00
committed by Carlos R. Mafra
parent 4f4ea569a0
commit a3c99bddc8
7 changed files with 13 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ case "$1" in
purge)
if [ -x /usr/bin/update-menus ] ; then
update-menus
rm -f /etc/X11/WindowMaker/menu.hook /etc/X11/WindowMaker/plmenu.hook
rm -f /etc/GNUstep/Defaults/menu.hook /etc/GNUstep/Defaults/appearance.menu
fi
;;
upgrade|abort-install|disappear)