aboutsummaryrefslogtreecommitdiff
path: root/lang/bigloo/files/bigloo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lang/bigloo/files/bigloo.sh')
-rw-r--r--lang/bigloo/files/bigloo.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/bigloo/files/bigloo.sh b/lang/bigloo/files/bigloo.sh
deleted file mode 100644
index 0d27a0a84d56..000000000000
--- a/lang/bigloo/files/bigloo.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-case "$1" in
- start)
- /sbin/ldconfig -m %%PREFIX%%/lib/bigloo/%%BIGLOO_VERSION%%
- ;;
- stop)
- ;;
- *)
- echo ""
- echo "Usage: `basename $0` { start | stop }"
- echo ""
- exit 64
- ;;
-esac