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