diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2010-12-13 11:05:06 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2010-12-13 11:05:06 +0100 |
commit | c2215b0188cef393bdb0909d1f43cb3ed783685f (patch) | |
tree | 32763cf22ea05855321165e5860989ab76183dc1 /config/chroot_local-hooks/02-skype | |
parent | 14003f446f4190530fe7274fb20ad74f5139075f (diff) | |
download | kanotix-c2215b0188cef393bdb0909d1f43cb3ed783685f.zip kanotix-c2215b0188cef393bdb0909d1f43cb3ed783685f.tar.gz |
applied changes from Kano
Diffstat (limited to 'config/chroot_local-hooks/02-skype')
-rwxr-xr-x | config/chroot_local-hooks/02-skype | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/02-skype b/config/chroot_local-hooks/02-skype index 6f46433..1ce5ee9 100755 --- a/config/chroot_local-hooks/02-skype +++ b/config/chroot_local-hooks/02-skype @@ -2,4 +2,5 @@ if [ -f /usr/share/applications/skype.desktop ]; then sed -i 's|\(Exec\)=.*|\1=LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype|' /usr/share/applications/skype.desktop || true [ -r /usr/lib32/libv4l/v4l1compat.so ] && sed -i 's|\(Exec\)=.*|\1=LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so skype|' /usr/share/applications/skype.desktop || true +[ -r /usr/lib32/libpulse.so.0.8.0 ] && chmod a-r /usr/lib32/libpulse.so.0.8.0 fi |