File: postgresql-common.preinst

package info (click to toggle)
postgresql-common 71
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 584 kB
  • ctags: 96
  • sloc: perl: 2,158; sh: 215; makefile: 12
file content (5 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
5
#!/bin/sh -e
# already execute debconf stuff for the untransitioned postgresql package check
. /usr/share/debconf/confmodule
db_stop
exit 0