1 2 3 4 5 6 7 8 9 10 11 12 13
post_install() { cat << EOF For using PulseAudio emulation (ex. in skype): 1. create a proper .asoundrc $ cp /usr/share/apulse/asoundrc.sample ~/.asoundrc 2. run apulse <program-name> [parameters] $ apulse skype EOF }