diff options
Diffstat (limited to 'repo/util/graphviz.xibuild')
-rw-r--r-- | repo/util/graphviz.xibuild | 4 |
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 +} |