Files
2024-12-18 12:15:26 +03:00

7 lines
172 B
Python
Executable File

#!/usr/bin/python
# -*- coding: utf-8 -*-
import os
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
os.system("/usr/bin/c_rehash-1.1 /etc/ssl/certs")