diff options
author | mycroft <mycroft@pkgsrc.org> | 2000-10-29 03:51:19 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2000-10-29 03:51:19 +0000 |
commit | 94c00c2d899361d2749ab62272cdc5d38a0d42e8 (patch) | |
tree | 5af62a2732c69451d352a24319b0f1e86c59deeb /www/mozilla/files | |
parent | 6790a443eced800630c6df41a1ddfe442ea1c7ac (diff) | |
download | pkgsrc-94c00c2d899361d2749ab62272cdc5d38a0d42e8.tar.gz |
Installing our own user-{locales,skins}.rdf is unnecessary, dumb, and breaks
the editor. So, install the ones generated at build time instead.
Diffstat (limited to 'www/mozilla/files')
-rw-r--r-- | www/mozilla/files/md5 | 2 | ||||
-rw-r--r-- | www/mozilla/files/user-locales.rdf | 16 | ||||
-rw-r--r-- | www/mozilla/files/user-skins.rdf | 13 |
3 files changed, 1 insertions, 30 deletions
diff --git a/www/mozilla/files/md5 b/www/mozilla/files/md5 index 068e7835838..2190df885e2 100644 --- a/www/mozilla/files/md5 +++ b/www/mozilla/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.17 2000/10/26 07:49:59 mycroft Exp $ +$NetBSD: md5,v 1.18 2000/10/29 03:51:19 mycroft Exp $ MD5 (mozilla-source-M18.tar.bz2) = c92aadfd0a15ca7f48fafc2bbf321e0d diff --git a/www/mozilla/files/user-locales.rdf b/www/mozilla/files/user-locales.rdf deleted file mode 100644 index 8e15da32fed..00000000000 --- a/www/mozilla/files/user-locales.rdf +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0"?> -<RDF:RDF - xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> - <RDF:Description about="urn:mozilla:package:navigator"> - <NS13:selectedLocale xmlns:NS13="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:locale:en-US:navigator"/> - </RDF:Description> - <RDF:Description about="urn:mozilla:package:global"> - <NS14:selectedLocale xmlns:NS14="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:locale:en-US:global"/> - </RDF:Description> - <RDF:Description about="urn:mozilla:package:messenger"> - <NS15:selectedLocale xmlns:NS15="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:locale:en-US:messenger"/> - </RDF:Description> - <RDF:Description about="urn:mozilla:package:communicator"> - <NS16:selectedLocale xmlns:NS16="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:locale:en-US:communicator"/> - </RDF:Description> -</RDF:RDF> diff --git a/www/mozilla/files/user-skins.rdf b/www/mozilla/files/user-skins.rdf deleted file mode 100644 index 62b0f8d2e09..00000000000 --- a/www/mozilla/files/user-skins.rdf +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0"?> -<RDF:RDF - xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> - <RDF:Description about="urn:mozilla:package:navigator"> - <NS7:selectedSkin xmlns:NS7="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:skin:classic/1.0:navigator"/> - </RDF:Description> - <RDF:Description about="urn:mozilla:package:global"> - <NS8:selectedSkin xmlns:NS8="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:skin:classic/1.0:global"/> - </RDF:Description> - <RDF:Description about="urn:mozilla:package:communicator"> - <NS9:selectedSkin xmlns:NS9="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:skin:classic/1.0:communicator"/> - </RDF:Description> -</RDF:RDF> |