summarylogtreecommitdiffstats
path: root/brain.install
blob: ee9ba38851ad1e1bd31f872514cabc422e332546 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
	echo "The binary compiler was copied to /usr/bin/brain"
}

post_upgrade() {
	post_install
	echo "We got a new version of Brain!"
}

post_remove() {
	sudo rm /usr/bin/brain
}