|
|
|
#!/bin/sh -e
# Automatically added by dh_installinit
if [ -x "/etc/init.d/postgresql-7.4" ]; then
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
invoke-rc.d postgresql-7.4 stop || exit $?
else
/etc/init.d/postgresql-7.4 stop || exit $?
fi
fi
# End automatically added section
VERSION=7.4
if [ "$1" = remove ]; then
. /usr/share/postgresql-common/maintscripts-functions
remove_version $VERSION
fi
| Results 1 - 1 |