diff options
author | Sam Bingner <sam@bingner.com> | 2018-12-11 13:44:39 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-05-27 14:28:41 -1000 |
commit | 4608ec36eafbdde6130c754a20553ca8c2688cfe (patch) | |
tree | b80f2ee171f8c1f1dacf4def7a915cc58bc6beeb | |
parent | 0ddc823cd9fedbabc8674c28caea586a1d7528fe (diff) |
Remove electra.list if it's present
-rw-r--r-- | postinst.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/postinst.mm b/postinst.mm index 2282daa..f1a2158 100644 --- a/postinst.mm +++ b/postinst.mm @@ -256,6 +256,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) { |