summaryrefslogtreecommitdiffstats
path: root/pulseaudio/post-install
blob: ee267d50f6d3aed5348186e074e6d441c528b14f (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

port=pulseaudio

[[ -f /usr/bin/esd ]] && /bin/mv -f /usr/bin/esd /usr/bin/esd-orig
/bin/ln -sf esdcompat /usr/bin/esd

/bin/grep shm /etc/fstab > /dev/null 2>&1 || echo "shm             /dev/shm        tmpfs   nodev,nosuid,noexec     0       0" >> /etc/fstab
/bin/grep shm /etc/mtab > /dev/null 2>&1 || /bin/mount mtab

# End of file