]> git.saurik.com Git - winterboard.git/blobdiff - Settings.mm
I hate WinterBoard; aka: Welcome to LaunchServices.
[winterboard.git] / Settings.mm
index 3a5d6b67ffd1bb55a1549aae90e9922ef1f00ac3..f88f8b1c5cd9427d83f8abd735768658a311f4b8 100644 (file)
@@ -441,8 +441,9 @@ static NSString *_plist;
 
     system("rm -rf /User/Library/Caches/SpringBoardIconCache");
     system("rm -rf /User/Library/Caches/SpringBoardIconCache-small");
 
     system("rm -rf /User/Library/Caches/SpringBoardIconCache");
     system("rm -rf /User/Library/Caches/SpringBoardIconCache-small");
+    system("rm -rf /User/Library/Caches/com.apple.IconsCache");
 
 
-    system("killall SpringBoard");
+    system("killall lsd SpringBoard");
 }
 
 - (void) cancelChanges {
 }
 
 - (void) cancelChanges {