]> git.pld-linux.org Git - packages/browser-plugins.git/commitdiff
- browser plugins is noarch now
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 5 Sep 2006 21:48:25 +0000 (21:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    browser-plugins.README -> 1.4

browser-plugins.README

index b171b3a1890dad732637b0986b8341691e51565c..ca9eb8413d04959f3af310f4a4028161bfdf2a7f 100644 (file)
@@ -3,11 +3,14 @@ New browser-plugins
 Technical implementation
 ~~~~~~~~~~~~~~~~~~~~~~~~
 
-browser-plugins(%{_target_base_arch}) provides:
-- %dir /etc/browser-plugins
+filesystem provides
 - %dir %{_plugindir}
 %{_plugindir} expands to %{_libdir}/browser-plugins
 
+browser-plugins provides:
+- %dir /etc/browser-plugins
+- %dir /etc/browser-plugins/browser.d
+- %dir /etc/browser-plugins/blacklist.d
 - %{_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.
@@ -15,8 +18,12 @@ new symlinks to browser specific 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}
 
+The update script will scan /usr/lib/browser-plugins and
+/usr/lib64/browser-plugins dir for existing plugins as browser-plugins itself
+is noarch package.
+
 plugin provides
-- %config(noreplace) /etc/browser-plugins/<plugin>-<browser>-%{_target_base_arch}.blacklist
+- %config(noreplace) /etc/browser-plugins/blacklist.d/<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. Comments and empty lines are ignored.
This page took 0.037875 seconds and 4 git commands to generate.