Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2
loki_setup
loki-setup.sh.in
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File loki-setup.sh.in of Package loki_setup
#!/bin/sh if [ -n "$1" -a -f "$1" ]; then if head -n 3 -- "$1" | grep -q Makeself 2>/dev/null; then echo "Makeself archive" exec stripmakeself -s -- "$1" exit 1 elif file -- "$1" | grep -q "XML document text" 2>/dev/null; then set -- -f "$@" fi fi SETUP_GLADE_FILE=@DATADIR@/loki-setup/image/setup.data/setup.glade SETUP_LOCALEDIR=@DATADIR@/loki-setup/image/setup.data/locale export SETUP_GLADE_FILE SETUP_LOCALEDIR loki-setup.gtk "$@" s="$?" if [ "$s" != 0 -a "$s" = 2 ]; then loki-setup.curses "$@" fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor