]> git.decadent.org.uk Git - ion3.git/blob - debian/particleman.postrm
Made ion3 and particleman replace and conflict with each other; similarly for ion3...
[ion3.git] / debian / particleman.postrm
1 #!/bin/sh
2 set -e
3
4 # i18n menu method
5 inst=/etc/menu-methods/particleman-i18n
6 if [ "$1" = "remove" ] && [ -f "$inst" ]; then chmod a-x $inst ; fi
7
8 #DEBHELPER#