updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git] / lib32-flashplugin10.1 / flashplugin.install
blobcf0bd6e5c70761fb4b970d61aa6be26b668e4501
1 installmsg() {
2   echo "To use the flash player in firefox, you must set"
3   echo "  dom.ipc.plugins.enabled"
4   echo "to true in about:config. It will crash a lot otherwise."
7 installwrapper() {
8   /usr/bin/nspluginwrapper -i /usr/lib32/mozilla/plugins/libflashplayer.so
11 post_upgrade() {
12   installwrapper
13   if [ $(vercmp 10.1.82.76-4 $2) -gt 0 ]; then
14     echo "Please note that the previous install message was incorrect."
15     echo
16     installmsg
17   fi
20 post_install() {
21   installwrapper
22   installmsg
25 # vim:set ts=2 sw=2 et: