mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-24 07:02:30 +01:00
7 lines
152 B
Bash
7 lines
152 B
Bash
#!/bin/sh
|
|
set -e
|
|
if [ "$1" = "purge" ] && test -e /etc/GNUstep/Defaults/appearance.menu ; then
|
|
rm /etc/GNUstep/Defaults/appearance.menu
|
|
fi
|
|
#DEBHELPER#
|