Commit 122c305b authored by Michael Shigorin's avatar Michael Shigorin

cleanup: extend x11-related target

A few more leftover libraries tend to hang around after purging extra alterator packages that have fired already during installation stage3; this change might hurt someone, please do notify if that is the case (OTOH one isn't forced to use it or to inherit intermediate targets that do so).
parent a90f36d2
......@@ -6,7 +6,7 @@ use/cleanup/installer: use/cleanup
@$(call add,CLEANUP_PACKAGES,'installer-*')
use/cleanup/x11: use/cleanup
@$(call add,CLEANUP_PACKAGES,libSM libXext libXmu libXi)
@$(call add,CLEANUP_PACKAGES,libICE libSM libxcb 'libX*')
# as some alterator modules are installed into stage3 (the destination
# root filesystem) to perform actions like bootloader setup, we might
......
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