[DRE-commits] [schleuder] 11/14: debian/schleuder.postrm: Remove the backup dir if purging

Georg Faerber georg-alioth-guest at moszumanska.debian.org
Tue Jun 20 14:57:03 UTC 2017


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

georg-alioth-guest pushed a commit to branch schleuder/3.1.0-3
in repository schleuder.

commit ab280daad0e3c24ef626cc6d9959d17f07a7c5a5
Author: Georg Faerber <georg at riseup.net>
Date:   Mon Jun 19 23:05:56 2017 +0200

    debian/schleuder.postrm: Remove the backup dir if purging
    
    Closes #853841
---
 debian/schleuder.postrm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/schleuder.postrm b/debian/schleuder.postrm
index 6986feb..3006ae2 100644
--- a/debian/schleuder.postrm
+++ b/debian/schleuder.postrm
@@ -4,7 +4,7 @@ set -e
 
 case "$1" in
     purge)
-	rm -rf /etc/schleuder /var/lib/schleuder /var/log/schleuder
+	rm -rf /etc/schleuder /var/backup/schleuder /var/lib/schleuder /var/log/schleuder
 	;;
 
     upgrade|remove|failed-upgrade|abort-install|abort-upgrade|disappear)

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



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