summaryrefslogtreecommitdiffstats
path: root/mail/horde-turba
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-12-17 03:08:00 +0000
committerijliao <ijliao@FreeBSD.org>2001-12-17 03:08:00 +0000
commita7485fc1c494b622b0f50fee2f6ea120606e9ce0 (patch)
treec7d48079eed35d4e8f706fd1d1b07ffca2882de0 /mail/horde-turba
parent10977d0a09dc73fda8d25440a7c29ca921f22ea0 (diff)
downloadFreeBSD-ports-a7485fc1c494b622b0f50fee2f6ea120606e9ce0.zip
FreeBSD-ports-a7485fc1c494b622b0f50fee2f6ea120606e9ce0.tar.gz
forgot to remove it at last commit
Submitted by: maintainer
Diffstat (limited to 'mail/horde-turba')
-rw-r--r--mail/horde-turba/pkg-deinstall12
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/horde-turba/pkg-deinstall b/mail/horde-turba/pkg-deinstall
deleted file mode 100644
index da0aafe..0000000
--- a/mail/horde-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
OpenPOWER on IntegriCloud