| Linux webhost1.zalaszam.hu 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 Path : /usr/share/cli-common/ |
| Current File : //usr/share/cli-common/policy-remove |
#!/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