summarylogtreecommitdiffstats
path: root/r3broot.install
diff options
context:
space:
mode:
authorBastian Löher2015-09-29 10:17:07 +0200
committerBastian Löher2015-09-29 11:06:21 +0200
commitd06d0bdc92b7d615852de281bc096749cb86b9bd (patch)
tree9ee5f301257a0444702dc34db115fc0e109a069d /r3broot.install
parent9bb8c34c3ae8a777ec189c13d00e5a2aa27cb198 (diff)
downloadaur-d06d0bdc92b7d615852de281bc096749cb86b9bd.tar.gz
r3broot has moved to git.
add SRCINFO. Added r3broot.install Fix up SRCINFO.
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() {
+ :
+}