1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-26 16:32: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

@@ -3,7 +3,7 @@ set -e
case "$1" in
remove)
if [ -x /usr/bin/update-menus ] ; then
if which update-menus >/dev/null 2>&1 ; then
update-menus
fi
;;