blob: d8ca8205d07f23be000fa668ae816fcfad6ff013 (
plain)
1
2
3
4
|
post_install() {
printf '%s\n' 'To use, add the following command to ~/.bashrc or /etc/bash.bashrc:'
printf '%s\n' '[[ -r "/usr/share/commacd/commacd.bash" ]] && source /usr/share/commacd/commacd.bash'
}
|