From 8e557b8cd29b9b5818c6305f843837bedb25586c Mon Sep 17 00:00:00 2001
From: Holger Paradies <retabell@gmx.de>
Date: Fri, 2 Jan 2015 23:35:40 +0100
Subject: teamviewer-hook

---
 config/chroot_local-hooks/teamviewer | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/chroot_local-hooks/teamviewer b/config/chroot_local-hooks/teamviewer
index b6384c2..b0d6267 100755
--- a/config/chroot_local-hooks/teamviewer
+++ b/config/chroot_local-hooks/teamviewer
@@ -10,11 +10,11 @@ rm -rf $TMP
 /etc/init.d/teamviewerd stop || :
 killall teamviewerd || :
 while sleep 1; do pidof teamviewerd >/dev/null || break; done
-cat <<"EOF" >/opt/teamviewer9/config/global.conf
+cat <<"EOF" >/opt/teamviewer/config/global.conf
 TeamViewer Global Settings
 # It is not recommended to edit this file manually
 
 
 [int32] EulaAccepted = 1
-[int32] EulaAcceptedRevision = 5
+[int32] EulaAcceptedRevision = 6
 EOF
-- 
cgit v1.0