c5bf0529bc
This is a sort of anti-feature which removes and not builds; still with mkimage-profiles' approach we can at least build up the removal procedures as well. It's what triggered the tagged scripts, BTW.
20 lines
711 B
Makefile
20 lines
711 B
Makefile
use/cleanup:
|
|
@$(call add,FEATURES,cleanup)
|
|
|
|
use/cleanup/installer: use/cleanup
|
|
@$(call add,CLEANUP_PACKAGES,'installer-*')
|
|
|
|
use/cleanup/x11: use/cleanup
|
|
@$(call add,CLEANUP_PACKAGES,libSM libXext libXmu libXi)
|
|
|
|
# as some alterator modules are installed into stage3 (the destination
|
|
# root filesystem) to perform actions like bootloader setup, we might
|
|
# have to remove them (contrary to the usual build-up)...
|
|
use/cleanup/alterator: use/cleanup
|
|
@$(call add,CLEANUP_PACKAGES,'alterator*' rpm-macros-alterator)
|
|
@$(call add,CLEANUP_PACKAGES,'guile*' libvhttpd)
|
|
|
|
# for lightweight server distros
|
|
use/cleanup/x11-alterator: use/cleanup/x11 use/cleanup/alterator
|
|
@$(call add,CLEANUP_PACKAGES,libmng qt4-common)
|