summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Paleino <dapal@debian.org>2012-01-10 07:26:27 +0100
committerDavid Paleino <dapal@debian.org>2012-01-10 07:26:27 +0100
commitbb0496706c10b6eee7ff3f6691c0be8c21252e46 (patch)
tree5b3270fd85cb3cb15758fbfdd21937718c157c8c
parent2b7313277dbde2df525d99ab6204243cfae03b45 (diff)
downloadbash-completion-bb0496706c10b6eee7ff3f6691c0be8c21252e46.tar.gz
Drop references to old triggers-mechanism (Closes: #655286)
-rw-r--r--debian/changelog3
-rw-r--r--debian/postinst5
-rw-r--r--debian/postrm1
3 files changed, 2 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index daae047d..7d21074e 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@debian.org> Sun, 08 Jan 2012 18:46:28 +0100
+ -- David Paleino <dapal@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 8c97c61c..cefa83f4 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 55ee2c83..18eb69f7 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)
;;