gutenprint

This commit is contained in:
gulle
2016-02-06 19:58:04 +02:00
parent 55b3c04e1e
commit 29044d8d57
11 changed files with 1953 additions and 0 deletions
@@ -0,0 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
import os
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
os.system("/usr/sbin/cups-genppdupdate")