diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2015-07-02 03:45:11 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2015-07-02 03:45:11 -0700 |
commit | 6c0691af14a7ae3c86339dd0cb95beca980d93d4 (patch) | |
tree | b4ae7f919044331a91b950d6b2f6595723db0e97 /postinst.mm | |
parent | 55c2a6d58e6e2a159e85a8d2fbf934d575dc5b0e (diff) |
Add (temporary?) symlink for APT using cydia.list.
Diffstat (limited to 'postinst.mm')
-rw-r--r-- | postinst.mm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/postinst.mm b/postinst.mm index 35c92b1..e69f9c2 100644 --- a/postinst.mm +++ b/postinst.mm @@ -190,8 +190,6 @@ int main(int argc, const char *argv[]) { } } - unlink("/etc/apt/sources.list.d/cydia.list"); - #define OldCache_ "/var/root/Library/Caches/com.saurik.Cydia" if (access(OldCache_, F_OK) == 0) system("rm -rf " OldCache_); |