summaryrefslogtreecommitdiff
path: root/pcr/apulse/apulse.install
blob: ffc1cafd7b2bf4c971ca67e62e69f9fc09943506 (plain)
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
}