blob: 2977642f0492735a1817fe6bee5d848502ceec93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#!@GENTOO_PORTAGE_EPREFIX@/bin/csh
# Test for an interactive shell
if ( $?prompt ) then
setenv GNUSTEP_SYSTEM_TOOLS "@GENTOO_PORTAGE_EPREFIX@"/usr/GNUstep/System/Tools
if ( -x $GNUSTEP_SYSTEM_TOOLS/make_services ) then
$GNUSTEP_SYSTEM_TOOLS/make_services
endif
if ( -x $GNUSTEP_SYSTEM_TOOLS/gdnc ) then
$GNUSTEP_SYSTEM_TOOLS/gdnc
endif
endif
|