summarylogtreecommitdiffstats
path: root/hypnos-git.install
blob: 95c48914569c4840be2425380a5dd1d4c6f804c3 (plain)
1
2
3
4
5
6
7
8
9
# hypnos-git.install
post_upgrade() {
    echo -e "\e[1;33m>>> IMPORTANT: We recommend updating the Hypnos service file.\e[0m"
    echo -e "\e[1;33m>>> To update your local user service file, please run: hypnos install\e[0m"
}

post_install() {
    post_upgrade
}