]> git.decadent.org.uk Git - ion3.git/blobdiff - debian/ion3.postrm
Started renaming.
[ion3.git] / debian / ion3.postrm
index b0c1812fabd62e588d5b8e6e33746e3dfd62646c..49526185048a6200d4ac0e22d8b60f7bfdf9328a 100644 (file)
@@ -1,10 +1,6 @@
 #!/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