abinfo "Removing files from KWrite and -runtime ..."
find "$PKGDIR" \
    -type f \
    -name '*kwrite*' \
    -exec rm -v {} \;
rm -rv \
    "$PKGDIR"/usr/share/doc/HTML/*/kwrite \
    "$PKGDIR"/usr/lib/libkateprivate.so.* \
    "$PKGDIR"/usr/share/locale
