summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJoerg Schirottke <master@kanotix.com>2013-02-28 12:38:15 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2013-02-28 19:17:00 +0100
commitf36b74e960c8d0bcc82ea59f970827b2bbdf1341 (patch)
tree949b08b1e7c86f26a501f4588ff6ba4a09e6811c /config
parent6e4d6cc32a6f325d1d17e5c99452bd5bd862b6a5 (diff)
downloadkanotix-f36b74e960c8d0bcc82ea59f970827b2bbdf1341.zip
kanotix-f36b74e960c8d0bcc82ea59f970827b2bbdf1341.tar.gz
remove skype hook
Diffstat (limited to 'config')
-rwxr-xr-xconfig/chroot_local-hooks/02-skype8
1 files changed, 0 insertions, 8 deletions
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