#!/bin/sh set -e if [ "$1" = purge ]; then rm -rf /etc/X11/ion3 fi # i18n menu method inst=/etc/menu-methods/ion3-i18n if [ "$1" = "remove" ] && [ -f "$inst" ]; then chmod a-x $inst ; fi #DEBHELPER#