13 lines
149 B
Plaintext
13 lines
149 B
Plaintext
post_install() {
|
|
rm -f usr/lib/graphviz/config{,6}
|
|
dot -c
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|
|
pre_remove() {
|
|
rm -f usr/lib/graphviz/config{,6}
|
|
}
|