abinfo "Removing redundant files ..."
rm -fv "$PKGDIR/usr/bin/"{designer,uic,rcc}

abinfo "Linking libpyside2 and libshiboken to /usr/lib ..."
cd "$PKGDIR"/usr/lib
for name in PySide2 shiboken2; do
	ln -sv "python${ABPY3VER}/site-packages/$name/lib${name,,}"*.cpython*.so.*
done
