assertPackageIsUnInstalled
Command Reference
Description
Confirm the package process is installed.
The assertPackageUnInstalled command is a hook command overriden by subtypes providing a package specific check to determine if the package is not installed.
Usage
ctl -t Package -o <objectname> -c assertPackageIsUnInstalled [-executable <>] [-installroot <>] [-script <>]
Options
Option | Description | Type | Default |
---|---|---|---|
executable | executable to run | string | ${entity.attribute.package-isuninstalled-executable} |
installroot | root where package files reside | string | ${entity.package-install-root} |
script | script to execute | string | ${entity.attribute.package-isuninstalled-script} |