summaryrefslogtreecommitdiff
path: root/repo/util/graphviz.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util/graphviz.xibuild')
-rw-r--r--repo/util/graphviz.xibuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/repo/util/graphviz.xibuild b/repo/util/graphviz.xibuild
index 1a701b2..cc87d95 100644
--- a/repo/util/graphviz.xibuild
+++ b/repo/util/graphviz.xibuild
@@ -58,3 +58,7 @@ package () {
"$PKG_DEST"/usr/share/doc/graphviz
}
+
+postinstall () {
+ dot -c
+}