repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Fri Jan 6 08:01:17 UTC 2012
[aur-mirror.git]
/
opencv-qt
/
opencv-qt.install
blob
ae3f50d5c2a5ab4f0f3e47d73b2ff71ca44138e3
1
post_install() {
2
echo " Documentation and samples are in separate packages:"
3
echo " * opencv-docs"
4
echo " * opencv-samples"
5
}
6
7
post_upgrade() {
8
post_install
9
}
10
11
# vim:set ts=2 sw=2 et: