Commit 8dc26e0d authored by Michael Shigorin's avatar Michael Shigorin

cleanup: fixed GLOBAL_CLEANUP_BASE_PACKAGES

Commit 514652f8 has broke GLOBAL_CLEANUP_PACKAGES by accidentally excluding it from export (in favour of GLOBAL_CLEANUP_BASE_PACKAGES that's been added then); fix that.
parent a732c4aa
......@@ -6,7 +6,7 @@ if [ -n "$GLOBAL_VERBOSE" ]; then
echo "** GLOBAL_CLEANUP_BASE_PACKAGES: $GLOBAL_CLEANUP_BASE_PACKAGES"
fi >&2
export GLOBAL_CLEANUP_PACKAGES="$GLOBAL_CLEANUP_BASE_PACKAGES \
export GLOBAL_CLEANUP_PACKAGES="$GLOBAL_CLEANUP_PACKAGES \
$GLOBAL_CLEANUP_BASE_PACKAGES"
SCRIPT="/usr/share/install2/postinstall.d/01-remove-pkgs"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment