mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
committed by
Martin Kosek
parent
f2da73e367
commit
08413612d4
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user