diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-17 03:08:00 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-17 03:08:00 +0000 |
commit | 3d3cb67f981f8b022a5ef308f53b5dbef3c8f645 (patch) | |
tree | 2d274c928d21d956c2b625f8d1d02529a98935ec | |
parent | 67580370a5c57e5f1710ced5df990426b8106be6 (diff) |
forgot to remove it at last commit
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=51637
-rw-r--r-- | mail/horde-turba/pkg-deinstall | 12 | ||||
-rw-r--r-- | mail/horde4-turba/pkg-deinstall | 12 | ||||
-rw-r--r-- | mail/turba/pkg-deinstall | 12 |
3 files changed, 0 insertions, 36 deletions
diff --git a/mail/horde-turba/pkg-deinstall b/mail/horde-turba/pkg-deinstall deleted file mode 100644 index da0aafe5b418..000000000000 --- 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 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 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 |