summaryrefslogtreecommitdiffstats
path: root/extra/pulseaudio/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pulseaudio/post-install')
-rwxr-xr-xextra/pulseaudio/post-install7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/pulseaudio/post-install b/extra/pulseaudio/post-install
new file mode 100755
index 000000000..bc2c8e580
--- /dev/null
+++ b/extra/pulseaudio/post-install
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+port=pulseaudio
+
+[[ `grep shm /etc/fstab` ]] || ( echo "shm /dev/shm tmpfs nodev,nosuid,noexec 0 0" >> /etc/fstab && mount shm )
+
+# End of file