abinfo "Installing application icons ..."
for res in 16 32 48 128; do
    install -Dvm644 "${SRCDIR}/share/icons/${res}x${res}/vlc.png" \
        "${PKGDIR}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png"
done
