If anybody has any pointers to documentation which they'd like to share
I'd be extremely grateful.
--
Andy Ruddock
------------
andy_DOT_ruddock_AT_rainydayz_DOT_org (GPG Key ID 0xA622D452)
Well, in Gecko 1.8.1, you need to install it in the app directory.
Which is difficult to manage as app dirs are specific to an install and
thus may not work with parallel installs, may have problems with
upgrading, uninstalling, etc.
In the Gecko 1.9 (SM 2.0) and higher world, the story is much nicer: you
can simply install to a system location, such as
/usr/share/mozilla/${seamonkey-app-id}/${extension_id} (or /usr/lib or
/usr/lib64 depending on your extension's arch target and distro)
https://developer.mozilla.org/en/Installing_extensions
https://bugzilla.mozilla.org/show_bug.cgi?id=311008