summarylogtreecommitdiffstats
path: root/awb.install
blob: 339a0c3a8f95eb97b7ee019127741d9e2cc0291a (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  cat << EOF
A default configuration file is available in /usr/share/awb/awb.conf
To start building your website with it, create ${XDG_CONFIG}/awb directory and copy awb.conf there, then make the changes that you find suitable.

You might like to visit :
  - http://awb.sourceforge.net/index.html
  - http://www.methods.co.nz/asciidoc
  - http://powerman.name/doc/asciidoc
EOF
}