Commit 0c920be1 authored by Michael Shigorin's avatar Michael Shigorin

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.
parent 70f9bf6d
......@@ -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)
......
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