diff options
author | Sam Bingner <sam@bingner.com> | 2018-12-11 13:44:39 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-12-11 13:44:39 -1000 |
commit | c253f157fd26e0f84527f84156334def5092b86c (patch) | |
tree | 91c42120dfe40b10101348b34dcbcc8171a22b12 | |
parent | 4291f8d47a9b6863863b1919c582820def94d330 (diff) |
Remove electra.list if it's presentv1.1.32%b8
-rw-r--r-- | postinst.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/postinst.mm b/postinst.mm index 92a659c..909e993 100644 --- a/postinst.mm +++ b/postinst.mm @@ -258,6 +258,7 @@ int main(int argc, const char *argv[]) { #define Cytore_ "/metadata.cb0" + unlink("/etc/apt/sources.list.d/electra.list"); #define CYDIA_LIST "/etc/apt/sources.list.d/cydia.list" unlink(CYDIA_LIST); if (kCFCoreFoundationVersionNumber >= 1443) { |