package.py 164 B

12345678
  1. #!/usr/bin/python
  2. # -*- coding: utf-8 -*-
  3. import os
  4. def postInstall(fromVersion, fromRelease, toVersion, toRelease):
  5. os.system("/usr/sbin/cups-genppdupdate")