Don't wait for a notification during uninstall as there is none sometimes
diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c
index 653b460..ec4f767 100644
--- a/src/ideviceinstaller.c
+++ b/src/ideviceinstaller.c
@@ -977,7 +977,7 @@
 		instproxy_uninstall(ipc, appid, NULL, status_cb);
 #endif
 		wait_for_op_complete = 1;
-		notification_expected = 1;
+		notification_expected = 0;
 	} else if (list_archives_mode) {
 		int xml_mode = 0;
 		plist_t dict = NULL;