The following commit has been merged in the master branch:
commit 760066ad463da52d8a5714a5cf03ea149d321e66
Author: David Paleino <[email protected]>
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

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits

Reply via email to