X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/45211c6724e888d9baa3cc8217f46d42e5c2fa13..34903f15854bf6a58663da0cc991ac3aa45bba2b:/Library/startup?ds=sidebyside diff --git a/Library/startup b/Library/startup index a51843b8..70280528 100755 --- a/Library/startup +++ b/Library/startup @@ -10,11 +10,14 @@ fi debs=(/var/root/Media/Cydia/AutoInstall/*.deb) if [[ ${#debs[@]} -ne 0 && -f ${debs[0]} ]]; then - dpkg -i "${debs[@]}" + dpkg -i "${debs[@]}" 2>/tmp/dpkg.log 1>&2 rm -f "${debs[@]}" cache= + + killall -9 Lowtide AppleTV fi if [[ ${cache+@} ]]; then + sbdidlaunch su -c uicache mobile fi