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