archrelease: copy trunk to community-any
[ArchLinux/community.git] / bash-preexec / trunk / bash-preexec.install
blob89be018a530031a243b16d73f4996cdf3364bb50
1 preexec_path=/usr/share/bash-preexec/bash-preexec.sh
3 post_install() {
4         echo "To use bash-preexec, import it in your .bashrc:"
5         echo "[[ -f $preexec_path ]] && source $preexec_path"
8 post_remove() {
9         echo "To complete removal, remove the 'source' directives from your bashrc."
10         echo "[[ -f $preexec_path ]] && source $preexec_path"