extra/pulseaudio: add install file

This commit is contained in:
Kevin Mihelich 2015-05-15 04:50:32 +00:00
parent 1b49ce90ee
commit e56cda3e20

View file

@ -0,0 +1,8 @@
post_upgrade() {
(( $(vercmp $2 6.0-2) < 0 )) && cat <<MSG
>>> Many PulseAudio modules with additional dependencies have been split into
separate packages. Please check the pulseaudio-* packages and reinstall
what you need.
MSG
true
}