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