]> git.decadent.org.uk Git - ion3.git/blob - debian/ion3.postrm
Added modular configuration mechanism.
[ion3.git] / debian / ion3.postrm
1 #!/bin/sh
2 set -e
3
4 if [ "$1" = purge ]; then
5     rm -rf /etc/X11/ion3
6 fi
7
8 # i18n menu method
9 inst=/etc/menu-methods/ion3-i18n
10 if [ "$1" = "remove" ] && [ -f "$inst" ]; then chmod a-x $inst ; fi
11
12 #DEBHELPER#