diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-08-18 12:26:10 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-08-18 12:26:10 +0100 |
commit | a71ffe9cd09164182584bb01b3993881f7766dfd (patch) | |
tree | 3131c0ac94300b27d5983249f54769ec95a89689 /src/backend/update.py | |
parent | f28b67f3d6910f71e20da86367205f3c3660ff72 (diff) |
make sisyphus.check.root more portable, replace it everywhere
Diffstat (limited to 'src/backend/update.py')
-rw-r--r-- | src/backend/update.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/update.py b/src/backend/update.py index 738de3a..902c398 100644 --- a/src/backend/update.py +++ b/src/backend/update.py @@ -9,7 +9,6 @@ import sisyphus.sync @animation.wait('fetching updates') def start(): - sisyphus.check.root() sisyphus.cache.clean() needsPortage = sisyphus.check.portage() |