~launchpad-results/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to debian/launchpad-results-server.prerm

  • Committer: Marc Tardif
  • Date: 2011-08-09 18:19:22 UTC
  • Revision ID: marc.tardif@canonical.com-20110809181922-4y5zgbz87uri8qcy
Renamed registry database to tracker instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
if [ -f /usr/share/dbconfig-common/dpkg/prerm.pgsql ]; then
10
10
    . /usr/share/dbconfig-common/dpkg/prerm.pgsql
11
11
 
12
 
    for dbc_dbname in lpresults-registry \
 
12
    for dbc_dbname in \
13
13
        lpresults-session \
14
 
        lpresults-test-1; do
 
14
        lpresults-test-1 \
 
15
        lpresults-tracker; do
15
16
 
16
17
        dbc_go $dbc_dbname $@
17
18
    done