]> git.saurik.com Git - patcyh.git/blobdiff - postrm.mm
Ensure moved applications are found in canOpenURL.
[patcyh.git] / postrm.mm
index 57f18ebdc79a110b4308d405cba985c73b1225ab..faa1dbc1237942ede0e40d0921de0b8d0ac3a833 100644 (file)
--- a/postrm.mm
+++ b/postrm.mm
@@ -35,7 +35,8 @@ int main(int argc, const char *argv[]) {
 
     if (!PatchInstall(true, abort))
         return 1;
-    system("launchctl stop com.apple.mobile.installd");
+    if (!PatchLaunch(true, abort))
+        return 1;
 
     [pool release];
     return 0;