Commit 6435fad7 authored by Vitaly Lipatov's avatar Vitaly Lipatov

autoremove: ignore .32bit

parent 52a1e7be
......@@ -35,6 +35,7 @@ __epm_autoremove_altrpm()
pkgs=$(apt-cache list-nodeps | grep -- "$libexclude" | \
grep -v -- "-devel$" | grep -v -- "-debuginfo$" | \
grep -v -- "-util" | grep -v -- "-tool" | grep -v -- "-plugin" | \
sed -e "s/\.32bit$//g" | \
grep -v -- ^libreoffice | grep -v -- libnss- | grep -v -- libvirt-daemon )
[ -n "$pkgs" ] && sudocmd rpm -v -e $pkgs && flag=1
......
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