summarylogtreecommitdiffstats
path: root/freshplayerplugin-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'freshplayerplugin-git.install')
-rw-r--r--freshplayerplugin-git.install11
1 files changed, 6 insertions, 5 deletions
diff --git a/freshplayerplugin-git.install b/freshplayerplugin-git.install
index 9d52af027457..7b9da821bda1 100644
--- a/freshplayerplugin-git.install
+++ b/freshplayerplugin-git.install
@@ -1,7 +1,8 @@
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
+ /usr/bin/printf -- \
+" ------------------------------------------------------------
+ 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!
+ ------------------------------------------------------------"
}