X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/60a10e1f92cc2b1c83a8ddc638acf5afae8f8c67..80f25cc9d4d64c4df417557cf2967d157d466f4c:/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