[DRE-commits] [diaspora-installer] 08/23: remove /var/cache/diaspora /var/log/diaspora

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Jan 25 21:57:47 UTC 2017


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

praveen pushed a commit to branch master
in repository diaspora-installer.

commit 8927e3a87de3bb8c881c56049ca069eac58e86c1
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Jan 24 23:48:52 2017 +0530

    remove /var/cache/diaspora /var/log/diaspora
---
 debian/diaspora-common.postrm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/diaspora-common.postrm b/debian/diaspora-common.postrm
index 27f3378..38eaa32 100644
--- a/debian/diaspora-common.postrm
+++ b/debian/diaspora-common.postrm
@@ -19,9 +19,10 @@ case "$1" in
     # been purged.
     :
     
-    rm -rf /var/lib/diaspora-common/diaspora.conf
+    rm -rf /var/libh/diaspora-common/diaspora.conf
     rm -rf /var/lib/diaspora-common/database.yml
     rm -rf /var/lib/diaspora-common/nginx-site-diaspora
+    rm -rf /var/cache/diaspora /var/log/diaspora
 
     # Remove diversion
     # ldconfig is NOT needed during removal of a library, only during

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/diaspora-installer.git



More information about the Pkg-ruby-extras-commits mailing list