summarylogtreecommitdiffstats
path: root/lib32-apulse.install
blob: 176bbc6fea00e37a2943c19f831db513f70925e3 (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/lib32-apulse/asoundrc.sample ~/.asoundrc

2. run apulse32 <program-name> [parameters]
  $ apulse32 skype

EOF
}