updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / trac-bzr / trac-bzr.install
blobaf73b94836359e61e2b90b8efa9b139d0176acde
1 post_install() {
2         echo "==> "
3         echo "==> In order to make trac-bzr work, you should change the"
4         echo "==> trac.ini file like this:"
5         echo "==> "
6         echo "==> create a new section with the following:"
7         echo "==> "
8         echo "==> [components]"
9         echo "==> tracbzr.* = enabled"
10         echo "==> "
11         echo "==> ensure that repository_dir is the correct path to your"
12         echo "==> BZR repository directory.."
13         echo "==> "
14         echo "==> repository_type should be bzr in order to make trac-bzr"
15         echo "==> work correctly. you can even use bzr+debug to force all"
16         echo "==> repository operations logged to the standard log output."
17         echo "==>"
20 post_upgrade() {
21         post_install
24 op=$1
25 shift
27 $op $*