1
0
mirror of https://aur.archlinux.org/firedragon.git synced 2025-07-06 21:14:33 +00:00

Update to 92

This commit is contained in:
dr460nf1r3
2021-09-10 13:24:40 +02:00
parent e96a2e2ff4
commit d4360c2659
3 changed files with 9 additions and 21 deletions

View File

@ -1,21 +1,9 @@
msg() {
ALL_OFF="\e[1;0m"
BOLD="\e[1;1m"
RED="${BOLD}\e[1;31m"
local mesg=$1; shift
printf "${RED}==>${ALL_OFF}${BOLD} ${mesg}${ALL_OFF}" "$@" >&2
}
post_install() {
msg "To use profile-sync-daemon add firedragon to ~/.config/psd/psd.conf"
echo ""
msg "If you prefer strict hardened settings execute 'mkdir ~/.firedragon && cp /usr/lib/firedragon/firedragon.overrides.cfg ~/.firedragon/'"
echo ""
echo "To use profile-sync-daemon add firedragon to ~/.config/psd/psd.conf"
echo "If you prefer strict hardened settings execute 'mkdir ~/.firedragon && cp /usr/lib/firedragon/firedragon.overrides.cfg ~/.firedragon/'"
}
post_upgrade() {
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 ""
echo "To use profile-sync-daemon add firedragon to ~/.config/psd/psd.conf"
echo "If you prefer strict hardened settings execute 'cp /usr/lib/firedragon/firedragon.overrides.cfg ~/.firedragon/'"
}