mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/postgresql: fix checksum
and fix whitespace damage
This commit is contained in:
parent
18c69f1242
commit
2fe619084f
@ -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"
|
||||
|
||||
@ -30,7 +30,7 @@ dump() {
|
||||
purge() {
|
||||
yesno "$PGDUMP" && return 0
|
||||
ebegin "Removing temporary $PGDUMP PostgreSQL backup"
|
||||
rm -f "$PGDUMP"
|
||||
rm -f "$PGDUMP"
|
||||
eend $?
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user