summaryrefslogtreecommitdiffstats
path: root/extra/pure-alsa-system/revert-to-using-pulseaudio.sh
blob: a15acc67e810f1f9d7a957ed66ffc737abd9b4b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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 xfce4-pulseaudio-plugin \
  libcanberra mpg123 phonon sox xine-lib ; do
  upgradepkg --install-new --terse ../../slackware*/*/${package}-*.txz
done
mv /etc/asound.conf.new /etc/asound.conf
echo "System is converted back to using Pulseaudio."