summaryrefslogtreecommitdiff
path: root/jhbuild/jhbuild.install
diff options
context:
space:
mode:
authorMark Weiman <mark.weiman@markzz.com>2016-01-02 01:22:31 -0500
committerMark Weiman <mark.weiman@markzz.com>2016-01-02 01:22:31 -0500
commit5c3b7276abf0d01b53662f38db5b4d52377343ed (patch)
tree8286ac3539ed49a2a1e9a65f8b7fca0976a06de6 /jhbuild/jhbuild.install
downloadmarkzz-5c3b7276abf0d01b53662f38db5b4d52377343ed.tar.gz
markzz-5c3b7276abf0d01b53662f38db5b4d52377343ed.zip
initial commit
Signed-off-by: Mark Weiman <mark.weiman@markzz.com>
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.'
+}