slackware-current/source/d/icecream/icecream.csh
Patrick J Volkerding 6cf0967631 Tue Oct 15 20:58:56 UTC 2019
ap/ghostscript-9.50-x86_64-1.txz:  Upgraded.
d/icecream-1.3-x86_64-2.txz:  Rebuilt.
  Have the profile scripts just check for -x /etc/rc.d/rc.iceccd, since pgrep
  with --ns $$ isn't working for non-root users. Thanks to Leopold E. Midha.
d/python-pip-19.3-x86_64-1.txz:  Upgraded.
n/bluez-5.51-x86_64-2.txz:  Rebuilt.
  Fixed path to obexd in org.bluez.obex.service.
  Thanks to Jean-Philippe Guillemin.
x/xf86-video-ati-19.1.0-x86_64-1.txz:  Upgraded.
2019-10-16 08:59:49 +02:00

7 lines
211 B
Tcsh

#!/bin/csh
# Only add the icecream directory to the PATH if we see that iceccd is
# supposed to be running on this machine:
if ( -x /etc/rc.d/rc.iceccd ) then
setenv PATH /usr/libexec/icecc/bin:${PATH}
endif