From: Jay Freeman (saurik) Date: Thu, 10 Feb 2011 21:41:25 +0000 (-0800) Subject: Restart Lowtide/AppleTV after processing AutoInstall. X-Git-Tag: v1.1.0%b1~358 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/60a10e1f92cc2b1c83a8ddc638acf5afae8f8c67 Restart Lowtide/AppleTV after processing AutoInstall. --- diff --git a/Library/startup b/Library/startup index a51843b8..368cacc6 100755 --- a/Library/startup +++ b/Library/startup @@ -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