updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / blogpost-hg / blogpost.install
blob22789287de90a6061faa6b55cb94aebc61b2121e
1 ## arg 1:  the new package version
2 post_install() {
3   echo ">>> You must create a configuration for blogpost "
4   echo ">>> before you first run. You can copy"
5   echo ">>> /usr/share/blogpost/blogpost_example.conf "
6   echo ">>> to ~/.blogpost and edit it"
8 # vim:set ts=2 sw=2 et: