summaryrefslogtreecommitdiff
path: root/jhbuild/jhbuild.install
diff options
context:
space:
mode:
Diffstat (limited to 'jhbuild/jhbuild.install')
-rw-r--r--jhbuild/jhbuild.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/jhbuild/jhbuild.install b/jhbuild/jhbuild.install
new file mode 100644
index 0000000..2a6ad20
--- /dev/null
+++ b/jhbuild/jhbuild.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo 'Now, look at'
+ echo
+ echo ' http://git.gnome.org/browse/jhbuild/tree/examples/sample.jhbuildrc'
+ echo
+ echo 'and create your ~/.config/jhbuildrc file.'
+}