aboutsummaryrefslogtreecommitdiff
path: root/mail/horde4-turba
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-17 03:08:00 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-17 03:08:00 +0000
commit3d3cb67f981f8b022a5ef308f53b5dbef3c8f645 (patch)
tree2d274c928d21d956c2b625f8d1d02529a98935ec /mail/horde4-turba
parent67580370a5c57e5f1710ced5df990426b8106be6 (diff)
downloadports-3d3cb67f981f8b022a5ef308f53b5dbef3c8f645.tar.gz
ports-3d3cb67f981f8b022a5ef308f53b5dbef3c8f645.zip
forgot to remove it at last commit
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=51637
Diffstat (limited to 'mail/horde4-turba')
-rw-r--r--mail/horde4-turba/pkg-deinstall12
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/horde4-turba/pkg-deinstall b/mail/horde4-turba/pkg-deinstall
deleted file mode 100644
index da0aafe5b418..000000000000
--- a/mail/horde4-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