install -vd "$PKGDIR"/usr/share/sounds
for file in sounds/*.ogg; do
    install -vm 644 "$file" "$PKGDIR"/usr/share/sounds
done
