Acrobat Reader

Marc Deslauriers marcdeslauriers at videotron.ca
Wed Mar 16 23:15:18 UTC 2005


On Wed, 2005-03-16 at 00:48 -0800, Kam Leo wrote:

> It's a good start; however, your spec file only covers Mozilla, not
> Firefox.  The additional loops below should have that app covered:
> 
> %post plugin
> if [ "$1" != "0" ]; then
> 	for i in /usr/lib/mozilla-*
> 		do
> 			if [ -d $i/plugins ]; then
> 				ln -sf /usr/lib/mozilla/plugins/nppdf.so $i/plugins/
> 			fi
> 		done
> 	for i in /usr/lib/firefox-*
> 		do
> 			if [ -d $i/plugins ]; then
> 				ln -sf /usr/lib/mozilla/plugins/nppdf.so $i/plugins/
> 			fi
> 		done
> fi

Actually, both Mozilla and Firefox work fine with plugins installed
in /usr/lib/mozilla/plugins, so all of that is probably unnecessary.

Marc.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20050316/f29b79f0/attachment-0001.sig>


More information about the fedora-list mailing list