main/postgresql: fix checksum

and fix whitespace damage
This commit is contained in:
Natanael Copa 2011-08-15 07:23:14 +00:00
parent 18c69f1242
commit 2fe619084f
2 changed files with 2 additions and 2 deletions

View File

@ -61,5 +61,5 @@ client() {
md5sums="80390514d568a7af5ab61db1cda27e29 postgresql-9.0.4.tar.bz2
66c197b8186a6df0752fe2aed40c90c4 postgresql.initd
c56a4db0c3757f5dc7f9d59132b428ba postgresql.confd
7f8de63848c51c8a30c39bec6b1b1606 pg-restore.initd
5f6d10a6a3d71dcee856fa6671954ab4 pg-restore.initd
bf45384752b320b369f1425939763178 pg-restore.confd"

View File

@ -30,7 +30,7 @@ dump() {
purge() {
yesno "$PGDUMP" && return 0
ebegin "Removing temporary $PGDUMP PostgreSQL backup"
rm -f "$PGDUMP"
rm -f "$PGDUMP"
eend $?
}