X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/60a10e1f92cc2b1c83a8ddc638acf5afae8f8c67..c7e78d5fac975e43f71a6d0af5af7d902af21270:/Library/startup diff --git a/Library/startup b/Library/startup index 368cacc6..70280528 100755 --- a/Library/startup +++ b/Library/startup @@ -10,7 +10,7 @@ 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= @@ -18,5 +18,6 @@ if [[ ${#debs[@]} -ne 0 && -f ${debs[0]} ]]; then fi if [[ ${cache+@} ]]; then + sbdidlaunch su -c uicache mobile fi