summaryrefslogtreecommitdiffstats
path: root/pulseaudio/post-install
blob: bc2c8e5807fecc37849a76641952cd1407d635ed (plain)
1
2
3
4
5
6
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