Added various packages required for Pantheon development

This commit is contained in:
friberk
2021-04-23 23:34:29 +03:00
parent 61ecfe444f
commit 50978d2467
23 changed files with 1215 additions and 0 deletions
@@ -0,0 +1,7 @@
#!/usr/bin/python
import os
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
# write layout's config
os.system("/usr/bin/dot -c")