summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2010-08-02 22:51:28 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:45:54 +0200
commite6cae82ef36be2c8f7d00917af20395a67e1f102 (patch)
treed3485186534761820dcd90797aeae6dd39137617 /profiles
parentMake symlinks for extensions optional. Bump to force eclass upgrade (diff)
downloadmv-e6cae82ef36be2c8f7d00917af20395a67e1f102.tar.gz
mv-e6cae82ef36be2c8f7d00917af20395a67e1f102.tar.bz2
mv-e6cae82ef36be2c8f7d00917af20395a67e1f102.zip
Hardlink (instead of copy) mozilla extensions
Diffstat (limited to 'profiles')
-rw-r--r--profiles/use.desc3
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/use.desc b/profiles/use.desc
index ec6b7236..6226023b 100644
--- a/profiles/use.desc
+++ b/profiles/use.desc
@@ -1 +1,2 @@
-symlink_extensions - Use symlinks to install data for firefox/icecat/seamonkey extensions only once. This may require to remove ~/.mozilla/*/*/extensions.ini at a restart of the browser.
+copy_extensions - Copy extensions for each firefox/icecat/seamonkey separately instead of using hardlinks. This may be necessary if you have e.g. /opt and /usr on different partitions or if cp -RPl is not supported by your system.
+symlink_extensions - Use symlinks for extensions of firefox/icecat/seamonkey instead of hardlinks or copies. This may require to remove ~/.mozilla/*/*/extensions.ini at each restart of the browser.