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