summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/sabayonlive-tools/files/2.3/installer-text')
-rwxr-xr-xapp-misc/sabayonlive-tools/files/2.3/installer-text21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-misc/sabayonlive-tools/files/2.3/installer-text b/app-misc/sabayonlive-tools/files/2.3/installer-text
deleted file mode 100755
index df3521f..0000000
--- a/app-misc/sabayonlive-tools/files/2.3/installer-text
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/sbin/runscript
-# Copyright 2006 Sabayon Linux
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- after *
-}
-
-start() {
-
- source /sbin/sabayon-functions.sh
-
- if sabayon_is_text_install; then
- ebegin "Sabayon Linux Text Installer service"
- eend 0
- sabayon_setup_text_installer
- fi
-
-
-
-}