summarylogtreecommitdiffstats
path: root/hgflow.install
diff options
context:
space:
mode:
authorTravnick2015-06-27 15:14:28 +0200
committerTravnick2015-06-27 15:14:28 +0200
commit471b7af9a8d5f6a4b0d6348393c2445459984d86 (patch)
tree61206c50a81fb1fd2f499183f1405a6873d1220e /hgflow.install
downloadaur-471b7af9a8d5f6a4b0d6348393c2445459984d86.tar.gz
Migration from AUR3. Update to version 0.9.8.
Diffstat (limited to 'hgflow.install')
-rw-r--r--hgflow.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/hgflow.install b/hgflow.install
new file mode 100644
index 000000000000..dcacc6c6e21f
--- /dev/null
+++ b/hgflow.install
@@ -0,0 +1,12 @@
+post_install() {
+ echo ">>please add the following in your ~/.hgrc:"
+ echo ""
+ echo "[extensions]"
+ echo "hgflow ="
+ echo ""
+}
+
+post_upgrade() {
+ post_install
+}
+