updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / nspluginwrapper-flash-prerelease / plugin.install
blob2a28d28f54f91182fde57776bde7d3c65c72fbb1
1 post_install() {
2   cat << EOF
3 Run
4    nspluginwrapper -v -a -i
5 on your user account for automatic detection and installation
6 (~/.mozilla/plugins directory must exist)
8 EOF
11 post_upgrade() {
12   cat << EOF
13 Run 
14    nspluginwrapper -v -r ~/.mozilla/plugins/npwrapper.libflashplayer.so 
15    nspluginwrapper -v -a -i 
16 on your user account to upgrade the plugin
17 EOF
20 pre_remove() {
21   cat << EOF
22 Remember to remove the plugin from your home directory:
23   nspluginwrapper -v -r ~/.mozilla/plugins/npwrapper.libflashplayer.so
24 EOF
27 op=$1
28 shift
30 $op $*