summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks/skype-4.3
diff options
context:
space:
mode:
Diffstat (limited to 'config/chroot_local-hooks/skype-4.3')
-rwxr-xr-xconfig/chroot_local-hooks/skype-4.38
1 files changed, 0 insertions, 8 deletions
diff --git a/config/chroot_local-hooks/skype-4.3 b/config/chroot_local-hooks/skype-4.3
deleted file mode 100755
index 134fe86..0000000
--- a/config/chroot_local-hooks/skype-4.3
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-for file in /root/config/*; do [ -r $file ] && . $file; done
-
-dpkg -l | grep -qw skype | grep -qw 4.3 && exit 0
-
-if [ -x /usr/bin/skype ]; then
- sed -i 's/4\(\.3\.0\.3\)/8\1/' /usr/bin/skype
-fi