summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extra/pulseaudio/asound.conf19
-rwxr-xr-xextra/pulseaudio/post-install7
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