From f36b74e960c8d0bcc82ea59f970827b2bbdf1341 Mon Sep 17 00:00:00 2001 From: Joerg Schirottke Date: Thu, 28 Feb 2013 12:38:15 +0100 Subject: remove skype hook --- config/chroot_local-hooks/02-skype | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 config/chroot_local-hooks/02-skype diff --git a/config/chroot_local-hooks/02-skype b/config/chroot_local-hooks/02-skype deleted file mode 100755 index 7a84333..0000000 --- a/config/chroot_local-hooks/02-skype +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -if [ -f /usr/share/applications/skype.desktop ]; then - for lib in /usr/lib/i386-linux-gnu/libv4l/v4l1compat.so /usr/lib32/libv4l/v4l1compat.so /usr/lib/libv4l/v4l1compat.so - do - [ ! -r "$lib" ] && continue - sed -i 's|\(Exec\)=.*|\1=XLIB_SKIP_ARGB_VISUALS=1 LD_PRELOAD='"$lib"' skype|' /usr/share/applications/skype.desktop || true - done -fi -- cgit v1.0