The following commit has been merged in the master branch:
commit e98689374f13e6367dbc139ebf0f62271b5bc320
Author: David Paleino <[email protected]>
Date:   Tue Apr 12 10:03:18 2011 +0200

    Improve postinst

diff --git a/debian/postinst b/debian/postinst
index 433d43c..8c97c61 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -8,12 +8,15 @@ 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
+               if [ -x /usr/sbin/update-bash-completion ]; then
+                       update-bash-completion
+               fi
        ;;
     abort-upgrade|abort-remove|abort-deconfigure)
        ;;
        triggered)
                if [ -x /usr/sbin/update-bash-completion ]; then
-                       /usr/sbin/update-bash-completion
+                       update-bash-completion
                fi
        ;;
     *)

-- 
debian-package

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

Reply via email to