]> git.pld-linux.org Git - packages/browser-plugins.git/blobdiff - browser-plugins.README
- few corrections
[packages/browser-plugins.git] / browser-plugins.README
index 5dc88c498b0298e15ea9bb5ca5f8b2d007bb4b04..b171b3a1890dad732637b0986b8341691e51565c 100644 (file)
@@ -5,23 +5,28 @@ Technical implementation
 
 browser-plugins(%{_target_base_arch}) provides:
 - %dir /etc/browser-plugins
+- %dir %{_plugindir}
+%{_plugindir} expands to %{_libdir}/browser-plugins
+
 - %{_sbindir}/update-browser-plugins script
 The script will parse /etc/browser-plugins/*.blacklist and delete dead and add
 new symlinks to browser specific plugin directories.
 
-update-browser-plugins script knows about browsers. it has hardcoded list of
-browser plugin directories.
+The list of browser plugin directories is taken by reading existing symlinks
+matching glob: /etc/browser-plugins/browser.d/<browser>.%{_target_base_arch}
 
 plugin provides
 - %config(noreplace) /etc/browser-plugins/<plugin>-<browser>-%{_target_base_arch}.blacklist
 The blacklist contains shell globs of filenames to be excluded from linking to
 browser specific plugin directory. The shell globs are base of %{_plugindir},
-subdirectories are allowed.
+subdirectories are allowed. Comments and empty lines are ignored.
+
 - %post/%postun scriptlet
 the scriptlet will call %update_browser_plugins
 
 browser provides
 - /etc/browser-plugins/browser.d/<browser>.%{_target_base_arch} symlink
 the symlink will point to the single directory where it searches for its plugins.
+
 - %post/%postun scriptlet
 the scriptlet will call %update_browser_plugins
This page took 0.063549 seconds and 4 git commands to generate.