File: postinst

package info (click to toggle)
postgresql-filedump-8.3 8.3-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 148 kB
  • ctags: 97
  • sloc: ansic: 1,692; makefile: 61; sh: 13
file content (12 lines) | stat: -rw-r--r-- 194 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

case "$1" in
  configure)
        update-alternatives --quiet --install /usr/bin/pg_filedump pg_filedump \
	  	/usr/lib/postgresql/8.3/bin/pg_filedump 83 
	;;
  *)
esac

#DEBHELPER#