Index: trunk/debs/testswarm/debian/testswarm.postinst |
— | — | @@ -8,11 +8,11 @@ |
9 | 9 | #export DEBCONF_DEBUG=developer |
10 | 10 | |
11 | 11 | . /usr/share/debconf/confmodule |
12 | | -. /usr/share/dbconfig-common/dpkg/config.mysql |
| 12 | +. /usr/share/dbconfig-common/dpkg/postinst.mysql |
13 | 13 | dbc_first_version="0.0.20111012-1" |
14 | | -#dbc_generate_include="template:/usr/share/testswarm/site/config.ini" |
15 | | -#dbc_generate_include_args="-otemplate_infile=/etc/testswarm/config.Debian.ini" |
16 | | -dbc_generate_include="php:/etc/testswarm/debian.php" |
| 14 | +dbc_generate_include="template:/usr/share/testswarm/site/config.ini" |
| 15 | +dbc_generate_include_args="-otemplate_infile=/etc/testswarm/config.Debian.ini" |
| 16 | +#dbc_generate_include="php:/etc/testswarm/debian.php" |
17 | 17 | dbc_generate_include_owner="root:www-data" |
18 | 18 | dbc_generate_include_perms="0640" |
19 | 19 | dbc_go testswarm $@ |
Index: trunk/debs/testswarm/debian/testswarm.prerm |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | |
6 | 6 | . /usr/share/debconf/confmodule |
7 | 7 | if [ -f /usr/share/dbconfig-common/dpkg/config.mysql ]; then |
8 | | - . /usr/share/dbconfig-common/dpkg/config.mysql |
| 8 | + . /usr/share/dbconfig-common/dpkg/prerm.mysql |
9 | 9 | dbc_go testswarm $@ |
10 | 10 | fi |
11 | 11 | |