summaryrefslogtreecommitdiff
path: root/src/backend/searchebuild.py
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-30 14:41:20 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-30 14:41:20 +0000
commit515171c670ed6ae373002196b8cd3dd1154cd5cc (patch)
tree24c23352ea23f85f95cb065d200621949fd986c7 /src/backend/searchebuild.py
parent1e64e01b293ecd775af05816cc3d299ebadb5960 (diff)
ui : move package operations into the backend
Diffstat (limited to 'src/backend/searchebuild.py')
-rw-r--r--src/backend/searchebuild.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/backend/searchebuild.py b/src/backend/searchebuild.py
deleted file mode 100644
index c9b5862..0000000
--- a/src/backend/searchebuild.py
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/python3
-
-import subprocess
-
-def start(pkgname):
- subprocess.call(['emerge', '--search', '--getbinpkg'] + list(pkgname))