summarylogtreecommitdiffstats
path: root/brain.install
diff options
context:
space:
mode:
Diffstat (limited to 'brain.install')
-rw-r--r--brain.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/brain.install b/brain.install
new file mode 100644
index 000000000000..ee9ba38851ad
--- /dev/null
+++ b/brain.install
@@ -0,0 +1,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
+}