Files
main/hardware/printer/hplip/comar/package.py
T
2016-01-09 23:55:25 +02:00

8 lines
172 B
Python
Executable File

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