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