#!/bin/sh -x# It will run with two args: buildroot specBUILDROOT="$1"SPEC="$2"subst 's|%dir "/usr/share/icons/hicolor/.*||'$SPEC# Make relative symlink# TODO: alien does not support ghost files?mkdir-p$BUILDROOT/usr/bin/rm-f$BUILDROOT/usr/bin/trueconfln-s ../../opt/trueconf/trueconf-client $BUILDROOT/usr/bin/trueconfchmod a+x $BUILDROOT/opt/trueconf/trueconf-clientrm-rvf$BUILDROOT/usr/local/