logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

gnustep-5.csh (348B)


  1. #!/usr/bin/env csh
  2. # Copyright 1999-2014 Gentoo Foundation
  3. # Distributed under the terms of the GNU General Public License v2
  4. # Test for an interactive shell
  5. if ( $?prompt ) then
  6. setenv GNUSTEP_SYSTEM_TOOLS "@GENTOO_PORTAGE_EPREFIX@"/usr/bin
  7. if ( -x $GNUSTEP_SYSTEM_TOOLS/make_services ) then
  8. $GNUSTEP_SYSTEM_TOOLS/make_services
  9. endif
  10. endif