3dcd342 Create temporaty directories at the begining of uninstall

Authored and Committed by dkupka 7 years ago
    Create temporaty directories at the begining of uninstall
    
    Since commit 38c6689 temporary directories are no longer created at package
    install time. Instead they're created at server install time.
    Some steps in uninstall also assume that temporary direcories exist. Creating
    the directories in the begining of server uninstall ensure that the uninstall
    will go through.
    
    https://pagure.io/freeipa/issue/6715
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>