From b4f6b1dd9e1135555f0e256eb87e094e4f0048ec Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Wed, 29 May 2024 22:25:30 +0000 Subject: [PATCH] chore: update firedragon This commit was automatically generated to reflect changes to this package in another repository. The changelog for this package can be found at https://gitlab.com/garuda-linux/pkgbuilds/-/commits/main/firedragon. Logs of the corresponding pipeline run can be found here: https://gitlab.com/garuda-linux/pkgbuilds/-/pipelines/1311016353. --- firedragon.install | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/firedragon.install b/firedragon.install index 4de7956..9107410 100644 --- a/firedragon.install +++ b/firedragon.install @@ -2,14 +2,4 @@ RED='\033[0;31m' NC='\033[0m' post_upgrade() { - echo -e "⚠️ This update contains a rebase to the Floorp browser's source! ⚠️ -This means we no longer use Librewolf as base, though settings and privacy -aware feature set were kept as close to our previous setup as possible. -${RED}To prevent issues arising, this update requires a fresh browser profile.${NC}" - if [ -f /usr/share/libalpm/scripts/garuda-migrations-runner ]; then - echo -e "This action is actually automatically executed by garuda-migrations, however -many settings as well as cookies, localstorage data may be reset to allow for -the new Floorp experience. A backup of the previous profile has been saved under: -~/.firedragon/\$defaultprofile-pre-floorp-backup." - fi }