cleanup: fixed GLOBAL_CLEANUP_BASE_PACKAGES
Commit 514652f
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.
This commit is contained in:
parent
a732c4aa58
commit
8dc26e0d1c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user