aboutsummarylogtreecommitdiffstats
path: root/bash-preexec-git.install
blob: af04f0c7a1c86f013e0d00b6bef275035d373141 (plain)
1
2
3
4
5
6
7
8
9
10
preexec_path=/etc/bash-preexec/bash-preexec.sh

post_install() {
    echo "## To finish installation source bash-preexec.sh at the end of your bashrc, e.g."
    echo '## echo "[[ -f $preexec_path ]] && source $preexec_path" >> /etc/bash.bashrc'
}

post_remove() {
    echo "## To finish removal delete bash-preexec.sh sourcing at the end of your bashrc"
}