[Bash-completion-commits] [SCM] debian-package branch, master, updated. debian/1.99-1-6-g80351de

David Paleino dapal at debian.org
Tue Jan 10 06:29:21 UTC 2012


The following commit has been merged in the master branch:
commit bb0496706c10b6eee7ff3f6691c0be8c21252e46
Author: David Paleino <dapal at debian.org>
Date:   Tue Jan 10 07:26:27 2012 +0100

    Drop references to old triggers-mechanism (Closes: #655286)

diff --git a/debian/changelog b/debian/changelog
index daae047..7d21074 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ bash-completion (1:1.99-2) UNRELEASED; urgency=low
   * Make /etc/bash_completion a symlink to the new location, waiting
     for bash to update its scripts (Closes: #648319)
   * Dropped debian/NEWS
+  * Drop references to old triggers-mechanism (Closes: #655286)
 
- -- David Paleino <dapal at debian.org>  Sun, 08 Jan 2012 18:46:28 +0100
+ -- David Paleino <dapal at debian.org>  Tue, 10 Jan 2012 07:26:06 +0100
 
 bash-completion (1:1.99-1) unstable; urgency=low
 
diff --git a/debian/postinst b/debian/postinst
index 8c97c61..cefa83f 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -14,11 +14,6 @@ case "$1" in
 	;;
     abort-upgrade|abort-remove|abort-deconfigure)
 	;;
-	triggered)
-		if [ -x /usr/sbin/update-bash-completion ]; then
-			update-bash-completion
-		fi
-	;;
     *)
         echo "postinst called with unknown argument \`$1'" >&2
         exit 1
diff --git a/debian/postrm b/debian/postrm
index 55ee2c8..18eb69f 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -9,7 +9,6 @@ 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