diff options
author | tnut <tnut at nutyx dot com> | 2011-09-13 20:16:48 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-09-13 20:16:48 +0200 |
commit | 97a18acafd45135db22d82cd2879f8783da901f9 (patch) | |
tree | c72572d4e352f89241df251bdf1f864f898d6a33 /pulseaudio | |
parent | b7fa7ca0ea1360afdbfd73ca32f0b1b03f1c1a49 (diff) | |
download | gnome3-97a18acafd45135db22d82cd2879f8783da901f9.tar.gz gnome3-97a18acafd45135db22d82cd2879f8783da901f9.tar.bz2 gnome3-97a18acafd45135db22d82cd2879f8783da901f9.tar.xz gnome3-97a18acafd45135db22d82cd2879f8783da901f9.zip |
pulseaudio, suppression post-install
Diffstat (limited to 'pulseaudio')
-rwxr-xr-x | pulseaudio/post-install | 11 |
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 |