summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/gli/files/installer-gtk')
-rwxr-xr-xsys-apps/gli/files/installer-gtk9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys-apps/gli/files/installer-gtk b/sys-apps/gli/files/installer-gtk
new file mode 100755
index 000000000000..8c1ce2512c8d
--- /dev/null
+++ b/sys-apps/gli/files/installer-gtk
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+INSTALL_DIR=/opt/installer
+export PYTHONPATH="${INSTALL_DIR}"
+
+cd ${INSTALL_DIR}/fe/gtk
+./gtkfe.py
+
+