summarylogtreecommitdiffstats
path: root/bash-completion.install
blob: d37ae925bf456573bea407997baeee533ea1f056 (plain)
1
2
3
4
5
6
7
post_install() {
	echo "Enable bash autocompletion by running  [echo \"source /usr/share/mmseqs2/bash-completion.sh\" >> ~/.bashrc] in a terminal  and reopen the shell"
}

post_remove() {
	echo "to prevent error messages during bash startup remove  \"source /usr/share/mmseqs2/bash-completion.sh\" line from ~/.bashrc"
}