]> git.saurik.com Git - cydia.git/commitdiff
Restart Lowtide/AppleTV after processing AutoInstall.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 10 Feb 2011 21:41:25 +0000 (13:41 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Sun, 13 Feb 2011 03:09:34 +0000 (19:09 -0800)
Library/startup

index a51843b89173360fa7186611d6f703a831a5a849..368cacc6f9984f08cd2bd6e903b20e8210f66436 100755 (executable)
@@ -13,6 +13,8 @@ if [[ ${#debs[@]} -ne 0 && -f ${debs[0]} ]]; then
     dpkg -i "${debs[@]}"
     rm -f "${debs[@]}"
     cache=
+
+    killall -9 Lowtide AppleTV
 fi
 
 if [[ ${cache+@} ]]; then