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