#!/bin/sh
set -ev

# Remove service
rm -f /etc/init.d/postgres
rc-update -u

exit 0