aboutsummarylogtreecommitdiffstats
path: root/notify-when-done-i3-git.install
blob: 1d94c2b6804b63cab485e7bb08eb5b1e840d99a7 (plain)
1
2
3
4
5
6
7
8
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_removal() {
    echo "## To complete removal, remove the source of nwd/preexec.sh from your bashrc"
}