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 <[email protected]>
Date:   Sun May 10 00:11:19 2015 -0400

    Remove cowpoke.conf on purge
    
    Signed-off-by: James McCoy <[email protected]>
---
 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

_______________________________________________
devscripts-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel

Reply via email to