summarylogtreecommitdiffstats
path: root/freshplayerplugin-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'freshplayerplugin-git.install')
-rw-r--r--freshplayerplugin-git.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/freshplayerplugin-git.install b/freshplayerplugin-git.install
new file mode 100644
index 000000000000..9d52af027457
--- /dev/null
+++ b/freshplayerplugin-git.install
@@ -0,0 +1,7 @@
+post_install() {
+ while read; do printf '%s\n' "$REPLY"; done <<- EOF
+ Warning! This package requires the pepper flash plugin
+ that is available in one of the packages in the optdepends
+ array! It will not work without one of those!
+ EOF
+}