summarylogtreecommitdiffstats
path: root/r3broot-svn.install
blob: 3b730f2d83ce6d6dc94a32fb658c029d628580b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
	echo "Add the following line to your ~/.profile"
	echo "  source /opt/r3broot/svn/config.sh"
}

post_upgrade() {
	:
}

pre_remove() {
	:
}

post_remove() {
	:
}