From ca344c8514aa2efa7c3661bccd01e90937f24a6a Mon Sep 17 00:00:00 2001 From: Arnaud Ferraris Date: Thu, 20 Aug 2020 15:19:35 +0200 Subject: [PATCH] userChrome: instruct users to edit the file under /etc (MR 2) The userChrome.css in the user's profile will be overwritten when the package is upgraded. Any change should therefore be made to the file located under /etc, which should then be left untouched by most package managers. --- src/userChrome/00-header.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/userChrome/00-header.css diff --git a/src/userChrome/00-header.css b/src/userChrome/00-header.css new file mode 100644 index 0000000..acd5e7f --- /dev/null +++ b/src/userChrome/00-header.css @@ -0,0 +1,4 @@ +/* WARNING: DO NOT EDIT THE COPY OF THIS FILE LOCATED IN YOUR USER PROFILE! + It will be overwritten on upgrade. You should edit the file located in + /etc/mobile-config-firefox/ instead (most package managers won't replace + files under /etc if they've been edited) */