1
0
mirror of https://aur.archlinux.org/firedragon.git synced 2024-12-26 12:44:21 +00:00
This commit is contained in:
dr460nf1r3 2021-08-25 09:37:46 +02:00
parent e0737f8abc
commit ef0e9f2a0a
No known key found for this signature in database
GPG Key ID: BE75B9D9767036C2
2 changed files with 10 additions and 2 deletions

View File

@ -4,7 +4,7 @@
pkgname=firedragon pkgname=firedragon
_pkgname=FireDragon _pkgname=FireDragon
pkgver=91.0.1 pkgver=91.0.2
pkgrel=1 pkgrel=1
pkgdesc="Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE" pkgdesc="Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE"
arch=(x86_64 x86_64_v3 aarch64) arch=(x86_64 x86_64_v3 aarch64)
@ -38,7 +38,7 @@ source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-
"git+https://gitlab.com/dr460nf1r3/common.git" "git+https://gitlab.com/dr460nf1r3/common.git"
"git+https://gitlab.com/dr460nf1r3/settings.git") "git+https://gitlab.com/dr460nf1r3/settings.git")
sha256sums=('b95854ec9cb3e4409e5a1cf203c2b228146c6e3f9f3240d304cecec6b256f962' sha256sums=('23523af27631e24dd7dbab8429bcd0d828133e9d32b7ab343495c6e15912f6b5'
'158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d' '158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d'
'SKIP' 'SKIP'
'SKIP') 'SKIP')

View File

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