diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-12-03 11:01:14 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-12-03 11:01:14 +0100 |
commit | ecdd496c665cd85648596863a5b0c08e3dae8a44 (patch) | |
tree | 9a755d278af817f535cadd3cdfa1d3303d589fd9 /eclass | |
parent | Merge pull request #544 from SoapZaNet/int64-pkgconfig (diff) | |
download | sci-ecdd496c665cd85648596863a5b0c08e3dae8a44.tar.gz sci-ecdd496c665cd85648596863a5b0c08e3dae8a44.tar.bz2 sci-ecdd496c665cd85648596863a5b0c08e3dae8a44.zip |
alternatives-2.eclass: drop debugging
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/alternatives-2.eclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/eclass/alternatives-2.eclass b/eclass/alternatives-2.eclass index 4f2018789..4ec9f2bbc 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 |