aur/firedragon.install

21 lines
436 B
Text
Raw Normal View History

2021-03-05 14:18:52 +01:00
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() {
post_upgrade
}
post_upgrade() {
echo "Firejail profiles are now present in firejail-git."
2021-03-05 14:18:52 +01:00
echo ""
msg "To use profile-sync-daemon add firedragon to ~/.config/psd/psd.conf"
2021-03-05 14:18:52 +01:00
echo ""
msg "Enjoy the Firedragon 🔥🐉"
echo ""
}