diff options
Diffstat (limited to 'abs/extra/graphviz/install')
-rw-r--r-- | abs/extra/graphviz/install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/extra/graphviz/install b/abs/extra/graphviz/install new file mode 100644 index 0000000..65fba52 --- /dev/null +++ b/abs/extra/graphviz/install @@ -0,0 +1,12 @@ +post_install() { + rm -f usr/lib/graphviz/config{,6} + usr/bin/dot -c +} + +post_upgrade() { + post_install +} + +pre_remove() { + rm -f usr/lib/graphviz/config{,6} +} |