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