diff options
author | piernov <piernov@piernov.org> | 2011-07-28 01:18:00 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-07-28 01:18:00 +0200 |
commit | a62347ef7d01249dd68c773c73b92340059aa805 (patch) | |
tree | debf36a3fe7ed3ad32c88376be446861c5545251 /extra/pulseaudio/post-install | |
parent | 058ee006945e9287bb5dc58b7a031e765bb0c09f (diff) | |
download | nutyx-extra-a62347ef7d01249dd68c773c73b92340059aa805.tar.gz nutyx-extra-a62347ef7d01249dd68c773c73b92340059aa805.tar.bz2 nutyx-extra-a62347ef7d01249dd68c773c73b92340059aa805.tar.xz nutyx-extra-a62347ef7d01249dd68c773c73b92340059aa805.zip |
pulseaudio 0.9.23-3 ajout post-install
Diffstat (limited to 'extra/pulseaudio/post-install')
-rwxr-xr-x | extra/pulseaudio/post-install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/pulseaudio/post-install b/extra/pulseaudio/post-install new file mode 100755 index 000000000..bc2c8e580 --- /dev/null +++ b/extra/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 |