diff options
Diffstat (limited to 'mail/turba')
-rw-r--r-- | mail/turba/pkg-deinstall | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/turba/pkg-deinstall b/mail/turba/pkg-deinstall deleted file mode 100644 index da0aafe5b418..000000000000 --- a/mail/turba/pkg-deinstall +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# Try to restore httpd.conf when deinstalling Turba - -if [ x$2 != xDEINSTALL ]; then - exit -fi - -if [ -f ${PKG_PREFIX}/etc/apache/httpd.conf.beforeTurba ] ; then - echo "Restoring httpd.conf..." - cp ${PKG_PREFIX}/etc/apache/httpd.conf ${PKG_PREFIX}/etc/apache/httpd.conf.deinstTurba - mv ${PKG_PREFIX}/etc/apache/httpd.conf.beforeTurba ${PKG_PREFIX}/etc/apache/httpd.conf -fi |