summarylogtreecommitdiffstats
path: root/librewolf-nightly.install
blob: 9190de650e608f30d04409515467f11e786a0c1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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_upgrade() {
    post_install
}

post_install() {
    msg "Included are profiles for Firejail and profile-sync-daemon."
    echo ""
    msg "To use psd add librewolf to ~/.config/psd/psd.conf"
}