[DRE-commits] [diaspora] 02/04: Don't remove files that are created/removed by diaspora-common

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Dec 11 15:11:30 UTC 2017


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

praveen pushed a commit to branch master
in repository diaspora.

commit f57be9a66466720e4b5e9a2818d7c7c4fe1b8754
Author: Joseph Nuthalapati <njoseph at thoughtworks.com>
Date:   Mon Dec 11 13:01:46 2017 +0530

    Don't remove files that are created/removed by diaspora-common
    
    The following symlinks are removed when diaspora-common is removed:
    
    /usr/share/diaspora/public
    /usr/share/diaspora/.bundle
    /usr/share/diaspora/Gemfile.lock
    /usr/share/diaspora/tmp
    /usr/share/diaspora/app/assets
    
    The following files are removed as part of postrm purge of diaspora-common:
    
    /var/lib/diaspora/app-assets
    
    /usr/share/diaspora/.eye is never created only /var/lib/diaspora/.eye exists.
    
    Signed-off-by: Joseph Nuthalapati <njoseph at thoughtworks.com>
---
 debian/postrm | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/debian/postrm b/debian/postrm
index 3ed8fa7..295877b 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -18,13 +18,6 @@ case "$1" in
     # This package is being removed, but its configuration has not yet
     # been purged.
     :
-    
-    rm -rf /usr/share/diaspora/tmp
-    rm -rf /usr/share/diaspora/public
-    rm -rf /usr/share/diaspora/app/assets/images
-    rm -rf /usr/share/diaspora/.bundle
-    rm -rf /usr/share/diaspora/.eye
-    rm -rf /usr/share/diaspora/Gemfile.lock
 
     # 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.git



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