Commit b2091b1f authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-autoremove: skip libva- and libvdpau plugins

parent 2b40ba9a
......@@ -115,6 +115,7 @@ __epm_autoremove_altrpm_lib()
| grep -E -v -- "$develrule" \
| grep -E -v -- "-(debuginfo)$" \
| grep -E -v -- "-(util|utils|tool|tools|plugin|daemon|help)$" \
| grep -E -v -- "^(libva-|libvdpau-va-gl)$" \
| grep -E -v -- "^(libsystemd|libreoffice|libnss|libvirt-client|libvirt-daemon|libsasl2-plugin|eepm|distro_info)" )
pkgs=$(skip_manually_installed $fullpkgs)
......
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