]> git.saurik.com Git - patcyh.git/blobdiff - postrm.mm
Update the copyright year now that 2016 has begun.
[patcyh.git] / postrm.mm
index 57f18ebdc79a110b4308d405cba985c73b1225ab..09af916878420b704e78adafb1fafe3e33e6405c 100644 (file)
--- a/postrm.mm
+++ b/postrm.mm
@@ -1,5 +1,5 @@
 /* patcyh - you should pronounce it like patch
- * Copyright (C) 2015  Jay Freeman (saurik)
+ * Copyright (C) 2015-2016  Jay Freeman (saurik)
 */
 
 /* GNU General Public License, Version 3 {{{ */
@@ -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;