]> git.decadent.org.uk Git - ion3.git/blob - debian/ion3.postrm
Update cfg_kludge_flash for Flash 10
[ion3.git] / debian / ion3.postrm
1 #!/bin/sh
2 set -e
3
4 # i18n menu method
5 inst=/etc/menu-methods/ion3-i18n
6 if [ "$1" = "remove" ] && [ -f "$inst" ]; then chmod a-x $inst ; fi
7
8 #DEBHELPER#