summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladislav Nepogodin2021-05-10 23:27:02 +0400
committerVladislav Nepogodin2021-05-10 23:27:02 +0400
commit9d405ce4d57eb2db8278d03872e611a412512487 (patch)
tree97dbc383f324b026a438d0184f2450027e93aacf
parent5fbd8ff083b19eb6fb88ec81cadd20be7b1aa4c3 (diff)
downloadaur-9d405ce4d57eb2db8278d03872e611a412512487.tar.gz
Update
-rw-r--r--librewolf-nightly.install30
1 files changed, 25 insertions, 5 deletions
diff --git a/librewolf-nightly.install b/librewolf-nightly.install
index d254ea9eb7a3..a55ff0b204fa 100644
--- a/librewolf-nightly.install
+++ b/librewolf-nightly.install
@@ -7,12 +7,32 @@ msg() {
}
post_upgrade() {
- post_install
+ msg "Remember to check for changes in /usr/lib/librewolf/librewolf.cfg.pacnew"
+ echo ""
+ msg "as those will currently not automatically overwrite your existing librewolf.cfg"
+ echo ""
+ msg "We would encourage you to migrate your own changes to the new overrides file"
+ echo ""
+ msg "at ~/.librewolf/librewolf.overrides.cfg instead, so making changes directly"
+ echo ""
+ msg "in your librewolf.cfg can be deprecated in favour of this solution."
+ echo ""
+ msg "The automatic backup of the librewolf.cfg will probably dropped in a few releases"
+ echo ""
+ msg "to ensure everyone receives all upstream cfg changes without any manual intervention"
+ echo ""
+ msg "like having to check the .pacnew file."
+ echo ""
+ msg "Check out https://gitlab.com/librewolf-community/settings/-/merge_requests/13"
+ echo ""
+ msg "for more information on this."
+ echo ""
+ msg "Included are profiles for Firejail and profile-sync-daemon."
+ echo ""
+ msg "To use psd add librewolf to ~/.config/psd/psd.conf."
+ echo ""
}
post_install() {
- msg "Included are profiles for Firejail and profile-sync-daemon."
- echo ""
- msg "To use psd add librewolf to ~/.config/psd/psd.conf"
- echo ""
+ post_upgrade
}