1
0
mirror of https://aur.archlinux.org/firedragon.git synced 2025-07-06 13:04:31 +00:00
Files
firedragon/firedragon.install
2024-02-03 17:26:10 -05:00

12 lines
451 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 potential issues, we strongly recommend to create a
fresh browser profile. This can be done by running \"firedragon -P\"
in the terminal.${NC}"
}