summaryrefslogtreecommitdiff
path: root/frontend/gui/sisyphus-gui
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-06-24 21:55:37 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-06-24 21:55:37 +0100
commitf7e54cc8a29e5fa319ce21d6ec268e210397740a (patch)
tree5078d7a5f7f2393aa3b5068d980b0d3598bff878 /frontend/gui/sisyphus-gui
parent2faa4c83dbaca3958feb092c9776f016a0133e8f (diff)
write a proper Makefile, rearrange source code a bit
Diffstat (limited to 'frontend/gui/sisyphus-gui')
-rwxr-xr-xfrontend/gui/sisyphus-gui12
1 files changed, 0 insertions, 12 deletions
diff --git a/frontend/gui/sisyphus-gui b/frontend/gui/sisyphus-gui
deleted file mode 100755
index 1e29d08..0000000
--- a/frontend/gui/sisyphus-gui
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env bash
-
-# Sisyphus is a simple GUI for sisyphus, the portage wrapper
-# Main Author : Ghiunhan Mamut @ Redcore Linux Project
-
-main() {
- pushd /usr/share/sisyphus-gui
- python3 sisyphus-gui.py
- popd
-}
-
-main