1 2 3 4 5 6 7 8
#!/bin/sh -e case "$1" in remove|purge) rm -f /etc/xdgmenumaker/* 2>/dev/null ;; esac