diff options
author | Sam Bingner <sam@bingner.com> | 2019-05-03 22:15:31 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-05-03 22:15:31 -1000 |
commit | 5b200555808e798a08210f5697ad7ba80c6fdc70 (patch) | |
tree | 58cee835ede30eea24506103971d1c770e167873 /postinst.mm | |
parent | 8eaae323e6dd16f363bab7306328f358951e09c0 (diff) |
Block another repo that is incompatible with elucubratusv1.1.32%b14
Diffstat (limited to 'postinst.mm')
-rw-r--r-- | postinst.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/postinst.mm b/postinst.mm index 7c5e133..e4206f6 100644 --- a/postinst.mm +++ b/postinst.mm @@ -259,6 +259,7 @@ int main(int argc, const char *argv[]) { #define Cytore_ "/metadata.cb0" unlink("/etc/apt/sources.list.d/electra.list"); + unlink("/etc/apt/sources.list.d/chimera.list"); #define CYDIA_LIST "/etc/apt/sources.list.d/cydia.list" unlink(CYDIA_LIST); if (kCFCoreFoundationVersionNumber >= 1443) { |