package.py 172 B

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