aboutsummarylogtreecommitdiffstats
path: root/nwd-i3-git.install
blob: ecf1a271fdd4797a6802b993e1aee31a3a129661 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
    echo "==> To complete installation, add the following line to your bashrc"
    echo '==> [[ -f /usr/share/nwd/preexec.sh ]] && source /usr/share/nwd/preexec.sh'
    echo '==> and restart bash'
}

post_upgrade() {
    echo '==> Upgrade will be effective only you restart bash'
}

post_remove() {
    echo "==> To complete removal, remove the source of preexec.sh from your bashrc"
}