summaryrefslogtreecommitdiff
path: root/sisyphus
diff options
context:
space:
mode:
Diffstat (limited to 'sisyphus')
-rwxr-xr-xsisyphus14
1 files changed, 0 insertions, 14 deletions
diff --git a/sisyphus b/sisyphus
deleted file mode 100755
index 9121677..0000000
--- a/sisyphus
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/env bash
-
-# Sisyphus is a simple GUI for epkg, the portage wrapper
-# It uses gnome-extra/yad, x11-libs/vte && x11-misc/gtkdialog
-# Main Author : Ghiunhan Mamut @ Redcore Linux Project
-
-# import main user interface
-source /usr/lib64/sisyphus/libsisyphus.sh
-
-main() {
- gtkdialog --space-expand=true --space-fill=true --program=mainui &
-}
-
-main