summarylogtreecommitdiffstats
path: root/freshplayerplugin-git.install
blob: 9d52af0274572d919f2476c1f1893670bababf60 (plain)
1
2
3
4
5
6
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
}