summarylogtreecommitdiffstats
path: root/xdg-desktop-portal-shana.install
blob: d7cb94d0b2c2fbd5e1d58bd6492eac62a4afd04b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
msg_blue() {
    printf "${blue}==>${bold} $1${all_off}\n"
}

note() {
    printf "${blue}==>${yellow} Note:${bold} $1${all_off}\n"
}

all_off="$(tput sgr0)"
bold="${all_off}$(tput bold)"
blue="${bold}$(tput setaf 4)"
yellow="${bold}$(tput setaf 3)"
post_install() {
    note #
    msg_blue " create ~/.config/xdg-desktop-portal-shana/config.toml to custom which portal to use."
    msg_blue " for more info: https://github.com/Decodetalkers/xdg-desktop-portal-shana"
}
post_upgrade() {
    post_install
}