summaryrefslogtreecommitdiffstats
path: root/pulseaudio/post-install
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-09-03 04:08:36 +0200
committerpiernov <piernov@piernov.org>2011-09-03 04:08:36 +0200
commit05861fab7a4cec51e3604a65163feaf53286c30e (patch)
tree9832669fedcee4f17ed0a6a8ceaf94fcb3277c3f /pulseaudio/post-install
parent8077bb87ff8b254935e1864de44a47c8fdb5dfe5 (diff)
downloadgnome3-05861fab7a4cec51e3604a65163feaf53286c30e.tar.gz
gnome3-05861fab7a4cec51e3604a65163feaf53286c30e.tar.bz2
gnome3-05861fab7a4cec51e3604a65163feaf53286c30e.tar.xz
gnome3-05861fab7a4cec51e3604a65163feaf53286c30e.zip
pulseaudio 0.99.3-1 màj port
Diffstat (limited to 'pulseaudio/post-install')
-rwxr-xr-xpulseaudio/post-install6
1 files changed, 5 insertions, 1 deletions
diff --git a/pulseaudio/post-install b/pulseaudio/post-install
index bc2c8e5..ee267d5 100755
--- a/pulseaudio/post-install
+++ b/pulseaudio/post-install
@@ -2,6 +2,10 @@
port=pulseaudio
-[[ `grep shm /etc/fstab` ]] || ( echo "shm /dev/shm tmpfs nodev,nosuid,noexec 0 0" >> /etc/fstab && mount shm )
+[[ -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