Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Oct 2012 13:29:58 -0700
From:      Doug Barton <dougb@FreeBSD.org>
To:        freebsd-ports@freebsd.org
Subject:   Re: flashplugin 11.2r202.238
Message-ID:  <5069FD46.4090609@FreeBSD.org>
In-Reply-To: <20121001155221.22e50d53@scorpio>
References:  <20121001143321.461de2b2@scorpio> <CAAFx2kqUMzCYAFMDevkNuExeKU_i8z8TN%2BX959n9F_XS%2BiOGtw@mail.gmail.com> <CAAFx2krN2C1QkU0NgmZKSbpRPwWXFXgbK=%2BUnuXveGKLh1HumQ@mail.gmail.com> <20121001155221.22e50d53@scorpio>

next in thread | previous in thread | raw e-mail | index | archive | help
I got tired of all that symlink nonsense a long time ago, and made this
function to do the update:

[ -e "${HOME}/.mozilla/plugins/npwrapper.libflashplayer.so" ] && unlink
${HOME}/.mozilla/plugins/npwrapper.libflashplayer.so;
nspluginwrapper -i
/usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so

hth,

Doug



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5069FD46.4090609>