repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to testing-x86_64
[arch-packages.git]
/
graphviz
/
trunk
/
install
blob
65fba522b5ac78e9c05e4a6161c68028558607d3
1
post_install() {
2
rm -f usr/lib/graphviz/config{,6}
3
usr/bin/dot -c
4
}
5
6
post_upgrade() {
7
post_install
8
}
9
10
pre_remove() {
11
rm -f usr/lib/graphviz/config{,6}
12
}