[devscripts] 06/06: Remove cowpoke.conf on purge

James McCoy jamessan at debian.org
Sun May 10 04:38:06 UTC 2015


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

jamessan pushed a commit to branch master
in repository devscripts.

commit 4f962de74956b186e4ed2a63e7e5b2ea39d56efd
Author: James McCoy <jamessan at debian.org>
Date:   Sun May 10 00:11:19 2015 -0400

    Remove cowpoke.conf on purge
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 debian/postrm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/postrm b/debian/postrm
index fdb96db..5714f88 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -3,7 +3,7 @@ set -e
 
 if [ "$1" = purge ]
 then
-    rm -f /etc/devscripts.conf*
+    rm -f /etc/devscripts.conf* /etc/cowpoke.conf
 fi
 
 for cf in chdist debchange debsign pkgnames uupdate; do

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list