1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-27 08:52:30 +01:00

Window Maker 0.95.7 Debian files

Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
This commit is contained in:
Rodolfo García Peñas (kix)
2015-08-15 12:49:54 +02:00
committed by Carlos R. Mafra
parent c84e787a24
commit 7e42fedcbb
12 changed files with 118 additions and 115 deletions

View File

@@ -12,7 +12,7 @@ case "$1" in
done
;;
purge)
if [ -x /usr/bin/update-menus ] ; then
if which update-menus >/dev/null 2>&1 ; then
update-menus
rm -f /etc/GNUstep/Defaults/menu.hook /etc/GNUstep/Defaults/appearance.menu
fi