X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Fion3.postrm;fp=debian%2Fion3.postrm;h=b0c1812fabd62e588d5b8e6e33746e3dfd62646c;hb=7329232cac0c56809d39244969208012890b9647;hp=0000000000000000000000000000000000000000;hpb=47dc530769853104b94aecd63d6b166d8c7957bc;p=ion3.git diff --git a/debian/ion3.postrm b/debian/ion3.postrm new file mode 100644 index 0000000..b0c1812 --- /dev/null +++ b/debian/ion3.postrm @@ -0,0 +1,12 @@ +#!/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#