summaryrefslogtreecommitdiff
path: root/testing/opencv/opencv.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/opencv/opencv.install')
-rw-r--r--testing/opencv/opencv.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/opencv/opencv.install b/testing/opencv/opencv.install
new file mode 100644
index 000000000..7709a9cc3
--- /dev/null
+++ b/testing/opencv/opencv.install
@@ -0,0 +1,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: