summaryrefslogtreecommitdiff
path: root/src/backend/removeorphans.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/removeorphans.py')
-rw-r--r--src/backend/removeorphans.py11
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()