summarylogtreecommitdiffstats
path: root/apulse.install
diff options
context:
space:
mode:
authorChristian Hesse2015-07-08 14:54:09 +0200
committerChristian Hesse2015-07-08 14:54:09 +0200
commit6bd73b42ab41659c5b87b319045976056d960b22 (patch)
tree0fbb5a818d7ab76869812c52e37ffab8cc4aa009 /apulse.install
downloadaur-6bd73b42ab41659c5b87b319045976056d960b22.tar.gz
initial import of apulse 0.1.6-1
Diffstat (limited to 'apulse.install')
-rw-r--r--apulse.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/apulse.install b/apulse.install
new file mode 100644
index 000000000000..ffc1cafd7b2b
--- /dev/null
+++ b/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/apulse/asoundrc.sample ~/.asoundrc
+
+2. run apulse <program-name> [parameters]
+ $ apulse skype
+
+EOF
+}