diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2012-09-19 10:10:46 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2012-09-19 10:10:46 -0700 |
commit | 3ef539929ef61b6ebe2c07c3b5edb002ea628f3f (patch) | |
tree | f75c0f6e47fb3ac0f01e47f6148d5c1705184f0b | |
parent | 406360d596b81e47f46959808e8aa84d02822ee9 (diff) |
Use sbdidlaunch to handle bothersome uicache race.v1.1.7
-rwxr-xr-x | Library/startup | 1 | ||||
-rw-r--r-- | cydia.control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Library/startup b/Library/startup index 9321198..7028052 100755 --- a/Library/startup +++ b/Library/startup @@ -18,5 +18,6 @@ if [[ ${#debs[@]} -ne 0 && -f ${debs[0]} ]]; then fi if [[ ${cache+@} ]]; then + sbdidlaunch su -c uicache mobile fi diff --git a/cydia.control b/cydia.control index a0021c8..9d4f634 100644 --- a/cydia.control +++ b/cydia.control @@ -5,7 +5,7 @@ Maintainer: Jay Freeman (saurik) <saurik@saurik.com> Architecture: iphoneos-arm Version: Replaces: bigboss, bigbossbetarepo, com.sosiphone.addcydia, cydia-sources, ispazio.net, modmyifone, saurik, ste, yellowsn0w.com, zodttd -Depends: apr-lib, apt7-lib, apt7-key, cydia-lproj, darwintools, debianutils, org.thebigboss.repo.icons, pcre, sed, shell-cmds, system-cmds, uikittools (>= 1.1.0) +Depends: apr-lib, apt7-lib, apt7-key, cydia-lproj, darwintools, debianutils, org.thebigboss.repo.icons, pcre, sed, shell-cmds, system-cmds, uikittools (>= 1.1.4) Conflicts: bigboss, bigbossbetarepo, com.sosiphone.addcydia, cydia-sources, ispazio.net, modmyifone, ste, yellowsn0w.com, zodttd Pre-Depends: debianutils Provides: bigbossbetarepo, cydia-sources |