The following commit has been merged in the master branch:
commit 95a5526031d9c8898f969d98482d894f04585430
Author: David Paleino <[email protected]>
Date: Wed Apr 6 18:29:02 2011 +0200
Remove old UCF-related postinst tasks
diff --git a/debian/changelog b/debian/changelog
index 9b9f356..f6032ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ bash-completion (1:1.3-2) UNRELEASED; urgency=low
* Use autoreconf in debian/rules
* Implement triggers: activate completions when something is installed
in $PATH (drawback: paths are hardcoded in debian/triggers)
+ * Remove old UCF-related postinst tasks
- -- David Paleino <[email protected]> Wed, 06 Apr 2011 12:13:51 +0200
+ -- David Paleino <[email protected]> Wed, 06 Apr 2011 18:28:50 +0200
bash-completion (1:1.3-1) unstable; urgency=low
diff --git a/debian/postinst b/debian/postinst
index d194d5a..0d5a2ad 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -4,13 +4,6 @@ set -e
case "$1" in
configure)
- # remove ucf configury
- if which ucf >/dev/null; then
- ucf --purge /etc/bash_completion
- fi
- if which ucfr >/dev/null; then
- ucfr --purge bash-completion /etc/bash_completion
- fi
# Populate with completions based on available commands
rm -rf /etc/bash_completion.d/triggered/*
for c in $(/usr/share/bash-completion/get-completions
/usr/share/bash-completion/compdict | sort -u); do
--
debian-package
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits