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.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/pure-alsa-system/revert-to-using-pulseaudio.sh b/extra/pure-alsa-system/revert-to-using-pulseaudio.sh
index 4a4ddcf2e..a15acc67e 100755
--- a/extra/pure-alsa-system/revert-to-using-pulseaudio.sh
+++ b/extra/pure-alsa-system/revert-to-using-pulseaudio.sh
@@ -3,12 +3,12 @@
# 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 xfce4-mixer xfce4-volumed
+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 ../../slackware*/*/${package}-*.txz
+ upgradepkg --install-new --terse ../../slackware*/*/${package}-*.txz
done
mv /etc/asound.conf.new /etc/asound.conf
echo "System is converted back to using Pulseaudio."