From 731d1e2e0efb066c294275c1492e9052f6835b64 Mon Sep 17 00:00:00 2001
From: Holger Paradies <retabell@gmx.de>
Date: Sun, 9 Dec 2012 14:00:52 +0100
Subject: skype disabled in hooks

---
 config/chroot_local-hooks/02-skype | 2 ++
 1 file changed, 2 insertions(+)

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
-- 
cgit v1.0