From e6cae82ef36be2c8f7d00917af20395a67e1f102 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Mon, 2 Aug 2010 22:51:28 +0200 Subject: Hardlink (instead of copy) mozilla extensions --- profiles/use.desc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'profiles') 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. -- cgit v1.2.3-65-gdbad