blob: ae3f50d5c2a5ab4f0f3e47d73b2ff71ca44138e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
echo " Documentation and samples are in separate packages:"
echo " * opencv-docs"
echo " * opencv-samples"
}
post_upgrade() {
post_install
}
# vim:set ts=2 sw=2 et:
|