diff options
author | piernov <piernov@piernov.org> | 2011-08-14 16:14:53 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-08-14 16:14:53 +0200 |
commit | c13959ec4c740c836db6b027e9934ce6f6e4cbe0 (patch) | |
tree | c6a03ca94274e1232f8bc0a8dfc318a18e345bae /pulseaudio/post-install | |
parent | d85179dcbd7e30586c9a5ce83fa6e69fca78e7d5 (diff) | |
download | gnome3-c13959ec4c740c836db6b027e9934ce6f6e4cbe0.tar.gz gnome3-c13959ec4c740c836db6b027e9934ce6f6e4cbe0.tar.bz2 gnome3-c13959ec4c740c836db6b027e9934ce6f6e4cbe0.tar.xz gnome3-c13959ec4c740c836db6b027e9934ce6f6e4cbe0.zip |
pulseaudio 0.9.23-1 ajout port
Diffstat (limited to 'pulseaudio/post-install')
-rwxr-xr-x | pulseaudio/post-install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pulseaudio/post-install b/pulseaudio/post-install new file mode 100755 index 0000000..bc2c8e5 --- /dev/null +++ b/pulseaudio/post-install @@ -0,0 +1,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 |