1
0
mirror of https://aur.archlinux.org/firedragon.git synced 2025-07-06 04:54:32 +00:00

Follow Librewolf changes

This commit is contained in:
dr460nf1r3
2021-05-25 12:25:32 +02:00
parent ba67ec7a29
commit f17fecfe9c
4 changed files with 61 additions and 2021 deletions

View File

@ -7,10 +7,6 @@ msg() {
}
post_install() {
post_upgrade
}
post_upgrade() {
msg "Firejail profiles are now present in firejail-git."
echo ""
msg "To use profile-sync-daemon add firedragon to ~/.config/psd/psd.conf"
@ -20,3 +16,14 @@ post_upgrade() {
msg "Enjoy the Firedragon 🔥🐉"
echo ""
}
post_upgrade() {
msg "Firejail profiles are now present in firejail-git."
echo ""
msg "To use profile-sync-daemon add firedragon to ~/.config/psd/psd.conf"
echo ""
msg "If you prefer strict hardened settings execute 'cp /usr/lib/firedragon/firedragon.overrides.cfg ~/.firedragon/'"
echo ""
msg "Enjoy the Firedragon 🔥🐉"
echo ""
}