summarylogtreecommitdiffstats
path: root/bashmarks-git.install
blob: b63ff86d1020422f7ba331e7a0d040f19d8bdd64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install () {
	echo "bashmarks-git has been installed, don't forget to add the following line"
	echo "to either ~/.bashrc or ~/.bash_profile to enable bashmarks."
    echo 
	echo "source /usr/share/bashmarks/bashmarks.sh"
    echo
}

post_remove () {
	echo "bashmarks-git has been removed, don't forget to remove the following line"
    echo "from either ~/.bashrc or ~/.bash_profile"
    echo
	echo "source /usr/share/bashmarks/bashmarks.sh"
    echo
}