diff options
Diffstat (limited to 'extra/pulseaudio/post-install')
-rwxr-xr-x | extra/pulseaudio/post-install | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/extra/pulseaudio/post-install b/extra/pulseaudio/post-install deleted file mode 100755 index bc2c8e580..000000000 --- a/extra/pulseaudio/post-install +++ /dev/null @@ -1,7 +0,0 @@ -#!/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 |