[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. upstream/4.0.0-103-g3f44a36

Paul van Tilburg paulvt at debian.org
Tue May 22 13:28:43 UTC 2012


The following commit has been merged in the master branch:
commit d037387da188b91dc43f9e43939160aa87fc2491
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Tue May 22 15:28:01 2012 +0200

    Force remove the config file (otherwise there can be errors)

diff --git a/debian/postrm b/debian/postrm
index 9313d80..5e994b5 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -21,8 +21,8 @@ set -e
 
 case "$1" in
     purge)
-        # Remove generated config file
-	rm /etc/owncloud/config.php
+        # Remove generated config file.
+	rm -f /etc/owncloud/config.php
     ;;
 
     purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)

-- 
owncloud.git



More information about the Pkg-owncloud-commits mailing list