logo

overlay

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

gnustep-5.sh (359B)


  1. #!/usr/bin/env sh
  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. case $- in
  6. *i*)
  7. ;;
  8. *)
  9. return
  10. ;;
  11. esac
  12. GNUSTEP_SYSTEM_TOOLS="@GENTOO_PORTAGE_EPREFIX@"/usr/bin
  13. if [ -x ${GNUSTEP_SYSTEM_TOOLS}/make_services ]; then
  14. ${GNUSTEP_SYSTEM_TOOLS}/make_services
  15. fi