mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
157 B
Text
13 lines
157 B
Text
|
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}
|
||
|
}
|