summarylogtreecommitdiffstats
path: root/alsa-lib-a52pcm.install
diff options
context:
space:
mode:
Diffstat (limited to 'alsa-lib-a52pcm.install')
-rw-r--r--alsa-lib-a52pcm.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/alsa-lib-a52pcm.install b/alsa-lib-a52pcm.install
new file mode 100644
index 000000000000..251e26554ec4
--- /dev/null
+++ b/alsa-lib-a52pcm.install
@@ -0,0 +1,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
+}