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, 0 insertions, 12 deletions
diff --git a/testing/opencv/opencv.install b/testing/opencv/opencv.install
deleted file mode 100644
index 7709a9cc3..000000000
--- a/testing/opencv/opencv.install
+++ /dev/null
@@ -1,12 +0,0 @@
-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: