1
0
mirror of https://aur.archlinux.org/firedragon.git synced 2024-12-26 04:34:15 +00:00
firedragon/firedragon.install
GitLab CI 428ba83958 chore: update firedragon
This commit was automatically generated to reflect changes to this package in another repository.

Unfortunately, due to a misconfiguration, the URL of the source repository is not available.
2024-04-17 06:58:00 +00:00

16 lines
760 B
Plaintext

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
}