]> git.pld-linux.org Git - packages/browser-plugins.git/blame_incremental - browser-plugins.README
- initial meeting summary
[packages/browser-plugins.git] / browser-plugins.README
... / ...
CommitLineData
1New browser-plugins
2
3Technical implementation
4~~~~~~~~~~~~~~~~~~~~~~~~
5
6browser-plugins(%{_target_base_arch}) provides:
7- %dir /etc/browser-plugins
8- %{_sbindir}/update-browser-plugins script
9The script will parse /etc/browser-plugins/*.blacklist and delete dead and add
10new symlinks to browser specific plugin directories.
11
12update-browser-plugins script knows about browsers. it has hardcoded list of
13browser plugin directories.
14
15plugin provides
16- %config(noreplace) /etc/browser-plugins/<plugin>-<browser>-%{_target_base_arch}.blacklist
17The blacklist contains shell globs of filenames to be excluded from linking to
18browser specific plugin directory. The shell globs are base of %{_plugindir},
19subdirectories are allowed.
20- %post/%postun scriptlet
21the scriptlet will call %update_browser_plugins
22
23browser provides
24- /etc/browser-plugins/browser.d/<browser>.%{_target_base_arch} symlink
25the symlink will point to the single directory where it searches for its plugins.
26- %post/%postun scriptlet
27the scriptlet will call %update_browser_plugins
This page took 0.054956 seconds and 4 git commands to generate.