updated gitauth and updated to a later release of redmine
[archlinuxdevstack.git] / sonar / java-sonar.install
blobc2c5e77c30a86727af92df3aabec70ba229483ff
1 #!/bin/sh
2 # $Id$
3 # vim:set ts=2 sw=2 et:
5 # arg 1: the new package version
6 pre_install() {
7 /bin/true
10 # arg 1: the new package version
11 post_install() {
12 cat << EOF
13 >>>
14 >>> This package is part of the ArchLinux Development Stack, vist
15 >>> http://openpario.mime.oregonstate.edu:3000/projects/archdevstack for
16 >>> more information.
17 >>> Sonar can now be started via /opt/sonar/bin/sonar.sh or via
18 >>> /etc/rc.d/sonar.
19 >>> Sonar will run by default using the Derby embedded database, to change this
20 >>> to another database (e.g. MySql), please edit the
21 >>> /opt/sonar/conf/sonar.properties accordingly.
22 >>> Sonar is running by default on port 9000 and is bound to all interfaces,
23 >>> you can change this in the sonar.properties as well.
24 >>> For additional information please visit http://sonar.codehaus.org
25 EOF
28 # arg 1: the new package version
29 # arg 2: the old package version
30 pre_upgrade() {
31 /bin/true
34 # arg 1: the new package version
35 # arg 2: the old package version
36 post_upgrade() {
37 /bin/true
40 # arg 1: the old package version
41 pre_remove() {
42 /bin/true
45 # arg 1: the old package version
46 post_remove() {
47 /bin/true