diff options
-rw-r--r-- | MobileCydia.mm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 9eaa4cf..5bedf1c 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -9446,7 +9446,8 @@ _end " /var/lib/dpkg/info/%@.postrm" " /var/lib/dpkg/info/%@.preinst" " /var/lib/dpkg/info/%@.postinst" - , id, id, id, id] UTF8String]); + " /var/lib/dpkg/info/%@.extrainst_" + , id, id, id, id, id] UTF8String]); } [self resolve]; |