aboutsummarylogtreecommitdiffstats
path: root/notify-when-done-i3-git.install
blob: c2201ea8c3ac94230753f26fe05f0b6cec3a9860 (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/nwd-preexec.sh ]] && source /usr/share/nwd/nwd-preexec.sh'
}

post_upgrade() {
    echo '## Update will be effective only after a source of your bashrc,'
    echo '## or by reopening the shell.'
}

post_removal() {
    echo "## To complete removal, remove the source of nwd/preexec.sh from your bashrc"
}