Commit ba6e9b9e authored by Anton Midyukov's avatar Anton Midyukov

install2: do not remove library without dependencies

Because of this gawk does not work on loongarch64, and because of it does not work alterator-dump-desktop. Сan not remove libraries without dependencies, this is fraught with miracles.
parent b0b9a607
......@@ -22,14 +22,12 @@ rm -rf /usr/share/awk/
# save VNC install if present
MORE=
[ -x /usr/bin/x11vnc ] || MORE="libGL libEGL libgbm libwayland\\* xterm"
[ -x /usr/bin/x11vnc ] || MORE="xterm"
### could it be handled with any grace?
rpmquery -a common-licenses \
cpp\* gcc\* perl-base file ipv6calc \
bind-utils libbind \
libmpfr\* libmpc\* \
libsoup\* \
bind-utils \
$MORE glxinfo xdriinfo \
xdg-utils \
mkfontscale mkfontdir \
......
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