regular.mk: soften server cleanup

Some things might need libX11 -- like collectd or qemu;
don't just rush ahead purging it anyways but rather
prefer removing the unneeded libraries.
This commit is contained in:
Michael Shigorin 2016-12-05 21:54:31 +03:00
parent 70f9bf6ded
commit 0c920be1a4

View File

@ -250,7 +250,7 @@ distro/.regular-server-base: distro/.regular-install \
@$(call set,INSTALLER,altlinux-server)
distro/.regular-server: distro/.regular-server-base \
use/server/mini use/firmware/qlogic use/rescue/base use/cleanup/x11
use/server/mini use/firmware/qlogic use/rescue/base use/cleanup/libs
@$(call add,MAIN_PACKAGES,aptitude)
@$(call add,CLEANUP_PACKAGES,qt4-common)
@$(call add,DEFAULT_SERVICES_DISABLE,bridge)