summarylogtreecommitdiffstats
path: root/oh-my-bash-git.install
blob: 425a5ed8225617297f2bd2795bc8b0153c779bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install () {
	echo "================================================================"
	echo "                     *** IMPORTANT ***"
	echo "This package does not modify any files in your home folder."; 
	echo "Backup your current .bashrc, then copy the new one by executing:";
	echo "'cp /usr/share/oh-my-bash/bashrc ~/.bashrc'";
	echo "then source it.";
	echo "================================================================"

}

post_remove () {
	echo "Please check ~/.bashrc to avoid errors."
}