blob: 0b08f887e86e8f0989b945cdbd18451f8b37a3e0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
_pkgname=cdhist
post_install() {
echo -ne "\e[34;1m"
echo "=== INSTALLATION NOTES for $_pkgname ==="
echo -ne "\e[39;1m"
echo "Users should add \". <(cdhist -i)\" to their \$HOME/.bashrc."
echo "See complete instructions at https://github.com/bulletmark/cdhist."
echo -ne "\e[0m"
}
|