summarylogtreecommitdiffstats
path: root/jhbuild.install
blob: 54edc44a8a409ce86003841e7d4f6df0e7554942 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
      # update modulesets and defaults.jhbuildrc
    usr/bin/update-jhbuild-cfgs
    echo 'Now, look at'
    echo
    echo '    http://git.gnome.org/browse/jhbuild/tree/examples/sample.jhbuildrc'
    echo
    echo 'and create your ~/.config/jhbuildrc file.'
}