Files
2015-02-24 11:18:35 +02:00

6 lines
152 B
Python

#!/usr/bin/python
import os
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
os.system("/usr/sbin/update-ca-certificates --fresh")