summaryrefslogtreecommitdiffstats
path: root/extra/pure-alsa-system/revert-to-using-pulseaudio.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pure-alsa-system/revert-to-using-pulseaudio.sh')
-rwxr-xr-xextra/pure-alsa-system/revert-to-using-pulseaudio.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/extra/pure-alsa-system/revert-to-using-pulseaudio.sh b/extra/pure-alsa-system/revert-to-using-pulseaudio.sh
deleted file mode 100755
index a3e853ce2..000000000
--- a/extra/pure-alsa-system/revert-to-using-pulseaudio.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-#
-# This script should be run in the current directory if you wish to uninstall
-# the pure ALSA packages and switch back to using Pulseaudio.
-
-removepkg --terse xfce4-mixer xfce4-volumed
-for package in MPlayer alsa-lib alsa-plugins audacious-plugins ffmpeg \
- fluidsynth gst-plugins-good gst-plugins-good0 kde-runtime kmix libao \
- pulseaudio pamixer pavucontrol qt5 xfce4-pulseaudio-plugin \
- libcanberra mpg123 phonon sox xine-lib ; do
- upgradepkg --install-new --terse ../../slackware*/*/${package}-*.txz
-done
-echo "Moving /etc/asound.conf.new to /etc/asound.conf:"
-mv --verbose /etc/asound.conf.new /etc/asound.conf
-echo "Making /etc/rc.d/rc.alsa non-executable."
-chmod 644 /etc/rc.d/rc.alsa
-echo "System is converted back to using Pulseaudio."