File: postgresql-9.4.postinst

package info (click to toggle)
postgresql-9.4 9.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 119,728 kB
  • sloc: ansic: 663,884; sql: 53,306; yacc: 28,491; perl: 9,412; lex: 6,699; sh: 5,209; makefile: 4,070; asm: 65; sed: 15; python: 12
file content (13 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e

VERSION=9.4

if [ "$1" = configure ]; then
    . /usr/share/postgresql-common/maintscripts-functions

    configure_version $VERSION "$2"
fi

#DEBHELPER#