Remove Apache ccache on upgrade.

Make this removal a common function that can be shared between installer
and upgrade tool.

https://fedorahosted.org/freeipa/ticket/2395
This commit is contained in:
Rob Crittenden
2012-02-15 09:42:59 -05:00
committed by Martin Kosek
parent f2da73e367
commit 08413612d4
2 changed files with 7 additions and 0 deletions

View File

@@ -250,6 +250,10 @@ def main():
upgrade_pki()
update_dbmodules(krbctx.default_realm)
uninstall_ipa_kpasswd()
http = httpinstance.HTTPInstance()
http.remove_httpd_ccache()
try:
if __name__ == "__main__":
sys.exit(main())