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.
Attachment:
signature.asc
Description: This is a digitally signed message part