aboutsummaryrefslogtreecommitdiff
path: root/mail/horde4-imp/pkg-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'mail/horde4-imp/pkg-deinstall')
-rw-r--r--mail/horde4-imp/pkg-deinstall12
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/horde4-imp/pkg-deinstall b/mail/horde4-imp/pkg-deinstall
deleted file mode 100644
index ee55cbb6519e..000000000000
--- a/mail/horde4-imp/pkg-deinstall
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-# Try to restore httpd.conf when deinstalling IMP
-
-if [ x$2 != xDEINSTALL ]; then
- exit
-fi
-
-if [ -f ${PKG_PREFIX}/etc/apache/httpd.conf.beforeIMP ] ; then
- echo "Restoring httpd.conf..."
- cp ${PKG_PREFIX}/etc/apache/httpd.conf ${PKG_PREFIX}/etc/apache/httpd.conf.deinstIMP
- mv ${PKG_PREFIX}/etc/apache/httpd.conf.beforeIMP ${PKG_PREFIX}/etc/apache/httpd.conf
-fi