abinfo "Symlinking system CA store ..."
rm -v "$PKGDIR"/usr/share/apps/kssl/ca-bundle.crt
ln -sv /etc/ssl/ca-bundle.crt \
    "$PKGDIR"/usr/share/apps/kssl/ca-bundle.crt

abinfo "Removing hicolor icon theme index ..."
rm -rv "$PKGDIR"/usr/share/icons/hicolor
