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

Add install messenge

This commit is contained in:
dr460nf1r3
2021-03-05 14:18:52 +01:00
parent 16fb36fb51
commit 4825cb7c4a
2 changed files with 25 additions and 2 deletions

22
firedragon.install Normal file
View File

@ -0,0 +1,22 @@
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() {
msg "Included are profiles for Firejail and profile-sync-daemon,"
echo ""
msg "which you can symlink from /usr/lib/plasmafox/distribution"
echo ""
msg "to /etc/firejail and /usr/share/psd/browsers respectively."
echo ""
msg "Enjoy the Firedragon 🔥🐉"
echo ""
}