8 lines
156 B
Python
8 lines
156 B
Python
#!/usr/bin/python
|
|
|
|
import os
|
|
|
|
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
|
# write layout's config
|
|
os.system("/usr/bin/dot -c")
|