#
#
# This script should be run from the CUPS scheduler service start method.
#
#
# where: <fmri> ... FMRI of the CUPS scheduler service
#
SVC=$1
PROP=$2
# verify input arguments
echo "$0: Invalid arguments."
exit 1
fi
# package name
PKG="pkg:/print/filter/gutenprint"
# determine the package version
if [ -z "$VER" ] ; then
echo "$0: Failed to read $PKG package version."
exit 1
fi
# read the value of status property, if it exists
fi
# compare the value with package version
# PPD files already updated for this package version
exit 0
fi
# update PPD files
echo "$0: Failed to update PPD files."
exit 1
fi
# store status into the SMF repository
exit 0