package.py 172 B

12345678
  1. #/usr/bin/python
  2. import os
  3. def postInstall(fromVersion, fromRelease, toVersion, toRelease):
  4. # Update hplip queues if any
  5. os.system("/usr/bin/hpcups-update-ppds")