summaryrefslogtreecommitdiff
path: root/policy-install
diff options
context:
space:
mode:
authorMirco Bauer <meebey@debian.org>2008-01-01 19:55:33 +0000
committerMirco Bauer <meebey@debian.org>2008-01-01 19:55:33 +0000
commit676bfef81d08ec2afd4570d8b498d05d9fe9e67d (patch)
treefe0d3ad85955ef0bc0bfb960a9311ade44c36010 /policy-install
parent0a4e1818f1120a1b9efdf3bd01ca2e59b7ac6d97 (diff)
- fixed policy remove handling
Diffstat (limited to 'policy-install')
-rwxr-xr-xpolicy-install3
1 files changed, 1 insertions, 2 deletions
diff --git a/policy-install b/policy-install
index 90e793d..78df694 100755
--- a/policy-install
+++ b/policy-install
@@ -13,8 +13,7 @@ POLICY="policy.$VERSION.$ASSEMBLY"
# Remove the old policy, if we have one installed
if [ -f /usr/share/cli-common/packages.d/$POLICY.installcligac ]; then
- /usr/share/cli-common/gac-package-remove $POLICY > /dev/null
- rm -f /usr/share/cli-common/packages.d/$POLICY.installcligac
+ /usr/share/cli-common/policy-remove $ASSEMBLY $VERSION > /dev/null
fi
# Choose the correct one