1 # arg 1: the new package version
2 # arg 2: the old package version
4 if (( $(vercmp "$2" '1.2.5-1') < 0 )); then
5 printf "WARNING: Non-backwards compatible changes to ALSA require restarting of audio engines (e.g. pulseaudio or pipewire) using it.\n"