PKGBUILDs/extra/graphviz/install

13 lines
157 B
Plaintext
Raw Normal View History

2017-08-10 12:40:52 +00:00
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}
}