diff options
author | Britney Fransen <brfransen@gmail.com> | 2012-04-07 18:11:43 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2012-04-07 18:11:43 (GMT) |
commit | c718974fd0e5c20002f933046f4efb2b09f801ce (patch) | |
tree | ea782c47ddceac5f6f993d31d3cb682ffa1ba730 /abs/core/LinHES-config/soundconfig.sh | |
parent | 395a161217c19bace38f8f2cbff13a495d3280f1 (diff) | |
download | linhes_pkgbuild-c718974fd0e5c20002f933046f4efb2b09f801ce.zip linhes_pkgbuild-c718974fd0e5c20002f933046f4efb2b09f801ce.tar.gz linhes_pkgbuild-c718974fd0e5c20002f933046f4efb2b09f801ce.tar.bz2 |
LinHES-config: soundconfig.sh: when alsa is loaded remove oss pkg
When oss pkg is installed with alsa selected flashplayer sound doesn't work.
Diffstat (limited to 'abs/core/LinHES-config/soundconfig.sh')
-rwxr-xr-x | abs/core/LinHES-config/soundconfig.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/abs/core/LinHES-config/soundconfig.sh b/abs/core/LinHES-config/soundconfig.sh index 5778cee..c268136 100755 --- a/abs/core/LinHES-config/soundconfig.sh +++ b/abs/core/LinHES-config/soundconfig.sh @@ -28,6 +28,9 @@ function load_alsa() { # echo " installing alsa-lib" #pacman -Sf --noconfirm alsa-lib + echo " uninstalling oss" + pacman -R --noconfirm oss + echo "triggering udev module load" depmod -a cd - > /dev/null |