blob: ffc6939d3e143946bc09ebd3e9b8e30a2bb0ccc0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
preexec_path=/usr/share/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"
}
|