Files
core/system/base/openssl/comar/package.py
T
2015-02-24 11:18:35 +02:00

7 lines
168 B
Python

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