diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-06-09 20:45:02 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-06-09 20:45:02 +0100 |
commit | c76a29a71d16e9ed512a22945d6e6b77b0d21fb6 (patch) | |
tree | c169e25c9d0fb66f4b6d7aa2c9d1d5950fc49f6c /src/backend/removeorphans.py | |
parent | bab41785dd6af2ecc88078dd22550b483e7fc776 (diff) |
sisyphus-cli : plug more functions : install, uninstall, forceuninstall, update, upgrade, rescue, spmsync, autoremove - all work
Diffstat (limited to 'src/backend/removeorphans.py')
-rw-r--r-- | src/backend/removeorphans.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/backend/removeorphans.py b/src/backend/removeorphans.py deleted file mode 100644 index a0b4f30..0000000 --- a/src/backend/removeorphans.py +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/python3 - -import subprocess -import sisyphus.check -import sisyphus.sync - -def start(): - sisyphus.check.root() - portageExec = subprocess.Popen(['emerge', '--quiet', '--depclean', '--ask']) - portageExec.wait() - sisyphus.database.syncLocal() |