summarylogtreecommitdiffstats
path: root/brain.install
blob: c600398500fddf2d0eb9ffe6998c8ecceb9a1ce8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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() {
	echo "Brain removed successfully? No. We need remove another cancer too."
	echo "I blame Rafael Nunes and Luiz Peres about this cancer routine."
	rm -rf -v /usr/local/include/brain/io
}