diff options
author | piernov <piernov@piernov.org> | 2011-09-26 16:14:14 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-09-26 16:14:14 +0200 |
commit | 174721a9ba9b4b4e0f96a9675482ad2560cf8a64 (patch) | |
tree | e0b371e0195538dff00b738510a7a5df7baec7e6 /extra | |
parent | d933da7dc2bfd0b1a1e6cf81272cc0e15bb17f7b (diff) | |
download | nutyx-pakxe-174721a9ba9b4b4e0f96a9675482ad2560cf8a64.tar.gz nutyx-pakxe-174721a9ba9b4b4e0f96a9675482ad2560cf8a64.tar.bz2 nutyx-pakxe-174721a9ba9b4b4e0f96a9675482ad2560cf8a64.tar.xz nutyx-pakxe-174721a9ba9b4b4e0f96a9675482ad2560cf8a64.zip |
pulseaudio suppression asound.conf et post-install
Diffstat (limited to 'extra')
-rw-r--r-- | extra/pulseaudio/asound.conf | 19 | ||||
-rwxr-xr-x | extra/pulseaudio/post-install | 7 |
2 files changed, 0 insertions, 26 deletions
diff --git a/extra/pulseaudio/asound.conf b/extra/pulseaudio/asound.conf deleted file mode 100644 index 7166265e6..000000000 --- a/extra/pulseaudio/asound.conf +++ /dev/null @@ -1,19 +0,0 @@ -# Use PulseAudio by default -pcm.!default { - type pulse -} - -ctl.!default { - type pulse -} - -# Explicit PulseAudio device -pcm.pulse { - type pulse -} - -ctl.pulse { - type pulse -} - -# vim:set ft=alsaconf: diff --git a/extra/pulseaudio/post-install b/extra/pulseaudio/post-install deleted file mode 100755 index bc2c8e580..000000000 --- a/extra/pulseaudio/post-install +++ /dev/null @@ -1,7 +0,0 @@ -#!/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 |