diff options
author | Holger Paradies <retabell@gmx.de> | 2012-12-09 14:00:52 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-02-07 09:22:15 +0100 |
commit | 731d1e2e0efb066c294275c1492e9052f6835b64 (patch) | |
tree | d2da7f6298aa9f67a20f2817906110f490f1415d /config/chroot_local-hooks/02-skype | |
parent | 97a37161fd3eb8501d828f7957c0b3b14ee33224 (diff) | |
download | kanotix-731d1e2e0efb066c294275c1492e9052f6835b64.zip kanotix-731d1e2e0efb066c294275c1492e9052f6835b64.tar.gz |
skype disabled in hooks
Diffstat (limited to 'config/chroot_local-hooks/02-skype')
-rwxr-xr-x | config/chroot_local-hooks/02-skype | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/02-skype b/config/chroot_local-hooks/02-skype index 1477593..9ff7ef4 100755 --- a/config/chroot_local-hooks/02-skype +++ b/config/chroot_local-hooks/02-skype @@ -1,4 +1,6 @@ #!/bin/sh +exit + if [ -f /usr/share/applications/skype.desktop ]; then sed -i 's|\(Exec\)=.*|\1=XLIB_SKIP_ARGB_VISUALS=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=XLIB_SKIP_ARGB_VISUALS=1 LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so skype|' /usr/share/applications/skype.desktop || true |