PATH:
usr
/
share
/
cli-common
#!/bin/bash if [ ! -x /usr/share/cli-common/runtimes.d/$1 ]; then echo ! Cannot remove framework $1 exit 1 fi echo "* Removing packages from $1's framework paths" for file in /usr/share/cli-common/packages.d/*.installcliframework do if [ -f $file ]; then /usr/share/cli-common/framework-package-remove \ $(basename $file .installcliframework) \ $1 fi done
[+]
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]