package.py 207 B

123456789
  1. #!/usr/bin/python
  2. import os
  3. def postInstall(fromVersion, fromRelease, toVersion, toRelease):
  4. # write layout's config
  5. os.system("rm -f usr/lib/graphviz/config{,6}")
  6. os.system("/usr/bin/dot -c")