def post_install_steps()

in linux/install_gpu_driver.py [0:0]


def post_install_steps():
    """
    Write the success message to log.
    """
    with open(INSTALLER_DIR / "success", mode="w") as success_file:
        success_file.write("Installation was completed on {}".format(datetime.now()))