diff options
| author | Joerg Schirottke <master@kanotix.com> | 2013-02-28 12:38:15 +0100 |
|---|---|---|
| committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-02-28 19:17:00 +0100 |
| commit | f36b74e960c8d0bcc82ea59f970827b2bbdf1341 (patch) | |
| tree | 949b08b1e7c86f26a501f4588ff6ba4a09e6811c | |
| parent | 6e4d6cc32a6f325d1d17e5c99452bd5bd862b6a5 (diff) | |
| download | kanotix-f36b74e960c8d0bcc82ea59f970827b2bbdf1341.zip kanotix-f36b74e960c8d0bcc82ea59f970827b2bbdf1341.tar.gz | |
remove skype hook
| -rwxr-xr-x | config/chroot_local-hooks/02-skype | 8 |
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 |
