blob: 056143029e6e45b31451c578d13b6d99075a2067 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
[
{ type: install
message: <<EOM
Please read the installation instructions in:
%%DOCSDIR%%/README.FreeBSD
EOM
},
{ type: remove
message: <<EOM
The Flyspray program has been deleted but the bug tracking database has
not been touched. To delete all the bug tracking information, execute the
following commands:
# rm -rf /var/db/flyspray
# mysqladmin -u root -p drop flyspray
or
# dropdb -U pgsql flyspray
if you are using PostgreSQL backend
Thanks for using Flyspray!
EOM
}
]
|