PATH:
usr
/
share
/
cli-common
#!/bin/sh set -e # This file is actually used to remove entries from a policy. # Variables ASSEMBLY=$1 VERSION=$2 COMBINED="$VERSION.$ASSEMBLY" POLICY="policy.$VERSION.$ASSEMBLY" #echo "Removing GAC policy file ($POLICY) from available GACs" /usr/share/cli-common/gac-package-remove $POLICY > /dev/null rm /usr/share/cli-common/packages.d/$POLICY.installcligac
[+]
packages.d
[-] framework-package-remove
[edit]
[+]
runtimes.d
[-] gac-install
[edit]
[-] policy-remove
[edit]
[-] framework-remove
[edit]
[+]
..
[-] gac-remove
[edit]
[+]
policies.d
[-] gac-package-remove
[edit]
[-] policy-install
[edit]
[-] framework-install
[edit]
[-] gac-package-install
[edit]
[-] framework-package-install
[edit]