~launchpad-results/launchpad-results/trunk

« back to all changes in this revision

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

  • 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:
23
23
if [ -f /usr/share/dbconfig-common/dpkg/postrm.pgsql ]; then
24
24
    . /usr/share/dbconfig-common/dpkg/postrm.pgsql
25
25
 
26
 
    for dbc_dbname in lpresults-registry \
 
26
    for dbc_dbname in \
27
27
        lpresults-session \
28
 
        lpresults-test-1; do
 
28
        lpresults-test-1 \
 
29
        lpresults-tracker; do
29
30
 
30
31
        dbc_go $dbc_dbname $@
31
32
    done