commit: ecdd496c665cd85648596863a5b0c08e3dae8a44
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 3 10:01:14 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Dec 3 10:01:14 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ecdd496c
alternatives-2.eclass: drop debugging
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
eclass/alternatives-2.eclass | 2 --
1 file changed, 2 deletions(-)
diff --git a/eclass/alternatives-2.eclass b/eclass/alternatives-2.eclass
index 4f20187..4ec9f2b 100644
--- a/eclass/alternatives-2.eclass
+++ b/eclass/alternatives-2.eclass
@@ -122,7 +122,6 @@ alternatives-2_pkg_prerm() {
# If we are uninstalling, update alternatives to valid provider
[[ -n ${REPLACED_BY_VERSION} ]] || ignore="--ignore"
-set -x
for alt in ${ALTERNATIVES_CREATED[@]}; do
eselect alternatives update "${alt}"
ret=$?
@@ -139,7 +138,6 @@ set -x
;;
esac
done
-set +x
}
EXPORT_FUNCTIONS pkg_postinst pkg_prerm