summarylogtreecommitdiffstats
path: root/r3broot.install
diff options
context:
space:
mode:
Diffstat (limited to 'r3broot.install')
-rw-r--r--r3broot.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/r3broot.install b/r3broot.install
new file mode 100644
index 000000000000..65bfcafd7f33
--- /dev/null
+++ b/r3broot.install
@@ -0,0 +1,16 @@
+post_install() {
+ echo "Add the following line to your ~/.profile"
+ echo " source /opt/r3broot/git/config.sh"
+}
+
+post_upgrade() {
+ :
+}
+
+pre_remove() {
+ :
+}
+
+post_remove() {
+ :
+}