summarylogtreecommitdiffstats
path: root/alsa-lib-a52pcm.install
blob: 251e26554ec4c73749348797260ace30a29a795e (plain)
1
2
3
4
5
6
7
# arg 1:  the new package version
# arg 2:  the old package version
post_upgrade() {
  if (( $(vercmp "$2" '1.2.5-1') < 0 )); then
    printf "WARNING: Non-backwards compatible changes to ALSA require restarting of audio engines (e.g. pulseaudio or pipewire) using it.\n"
  fi
}