#!/bin/sh if [ -e ${PKG_PREFIX}/bin/X.bck ]; then mv ${PKG_PREFIX}/bin/X.bck ${PKG_PREFIX}/bin/X else if [ -x ${PKG_PREFIX}/bin/XFree86 ]; then ln -sf ${PKG_PREFIX}/bin/XFree86 ${PKG_PREFIX}/bin/X exit 0 elif [ -x ${PKG_PREFIX}/bin/Xorg ]; then ln -sf ${PKG_PREFIX}/bin/Xorg ${PKG_PREFIX}/bin/X exit 0 else rm -f ${PKG_PREFIX}/bin/X fi fi [ -x ${PKG_PREFIX}/bin/XFree86 ] && chmod u+s ${PKG_PREFIX}/bin/XFree86 [ -x ${PKG_PREFIX}/bin/Xorg ] && chmod u+s ${PKG_PREFIX}/bin/Xorg y'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/misc/nagios-base-logos/Makefile
Commit message (Expand)AuthorAgeFilesLines
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+1
* Utilize NAGIOSWWWDIR variable, just like port of nagios-2.0.r1 does.demon2006-01-101-1/+4