summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks/02-skype
diff options
context:
space:
mode:
Diffstat (limited to 'config/chroot_local-hooks/02-skype')
-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