summaryrefslogtreecommitdiffstats
path: root/pulseaudio/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'pulseaudio/post-install')
-rwxr-xr-xpulseaudio/post-install7
1 files changed, 7 insertions, 0 deletions
diff --git a/pulseaudio/post-install b/pulseaudio/post-install
new file mode 100755
index 0000000..bc2c8e5
--- /dev/null
+++ b/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