[Pkg-owncloud-commits] [owncloud] 01/02: postinst: tfix

David Prévot taffit at moszumanska.debian.org
Sun Jun 1 18:52:59 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch 6.0
in repository owncloud.

commit 0fb5c3038c4c0558c1292dc2becdec61fd927dc4
Author: David Prévot <taffit at debian.org>
Date:   Wed May 28 10:40:07 2014 -0400

    postinst: tfix
    
    Git-Dch: Ignore
---
 debian/postrm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/postrm b/debian/postrm
index e7ef59a..26bbc43 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -11,7 +11,7 @@ case "$1" in
 	rm -f /var/log/owncloud.log*
 	CONF="owncloud"
 	COMMON_STATE=$(dpkg-query -f '${Status}' -W 'apache2.2-common' 2>/dev/null | awk '{print $3}' || true)
-	if [ -e /usr/share/apache2/apache2-maintscript-helper ] && [ -e /etc/apache2/conf-enable/$CONF.conf ] ; then
+	if [ -e /usr/share/apache2/apache2-maintscript-helper ] && [ -e /etc/apache2/conf-enabled/$CONF.conf ] ; then
 		. /usr/share/apache2/apache2-maintscript-helper
 		apache2_invoke disconf $CONF  || exit $?
 	elif [ "$COMMON_STATE" = "installed" ] || [ "$COMMON_STATE" = "unpacked" ] ; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list