[Bash-completion-commits] [SCM] debian-package branch, master, updated. debian/1.3-1-32-g653f34e

David Paleino dapal at debian.org
Tue Apr 12 10:44:41 UTC 2011


The following commit has been merged in the master branch:
commit 760066ad463da52d8a5714a5cf03ea149d321e66
Author: David Paleino <dapal at debian.org>
Date:   Sun Apr 10 12:02:47 2011 +0200

    Remove symlinks directory on purge

diff --git a/debian/postrm b/debian/postrm
index 18eb69f..55ee2c8 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -9,6 +9,7 @@ case "$1" in
         for f in $(find /etc/bash_completion.d/ -type f -name "*.dpkg-*"); do
             dpkg-maintscript-helper rm_conffile ${f%.dpkg-*} 1:1.3-1 -- "$@"
         done
+        rm -rf /var/lib/bash-completion/
 	;;
     remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
 	;;

-- 
debian-package



More information about the Bash-completion-commits mailing list