diff options
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/pure-alsa-system/README | 4 | ||||
-rwxr-xr-x | extra/pure-alsa-system/revert-to-using-pulseaudio.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/extra/pure-alsa-system/README b/extra/pure-alsa-system/README index 94baaed8..fe703ee8 100755 --- a/extra/pure-alsa-system/README +++ b/extra/pure-alsa-system/README @@ -5,11 +5,11 @@ # To eliminate PulseAudio from your system and switch to using pure ALSA, # first remove the following packages: -removepkg pulseaudio pamixer pavucontrol xfce4-pulseaudio-plugin +removepkg --terse pulseaudio pamixer pavucontrol xfce4-pulseaudio-plugin # Next, install the packages in this directory: -upgradepkg --install-new *.txz +upgradepkg --install-new --terse *.txz # Move the new asound.conf into place: diff --git a/extra/pure-alsa-system/revert-to-using-pulseaudio.sh b/extra/pure-alsa-system/revert-to-using-pulseaudio.sh index 4a4ddcf2..a15acc67 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." |