File: prerm

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 (11 lines) | stat: -rw-r--r-- 183 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

case "$1" in
    remove|deconfigure)
            update-alternatives --quiet --remove pg_filedump /usr/lib/postgresql/8.3/bin/pg_filedump
	    ;;
    *)
esac

#DEBHELPER#