Spotter-VM/postgres/uninstall.sh

7 lines
72 B
Bash
Executable File

#!/bin/sh
set -e
# Remove service
rm /etc/init.d/postgres
rc-update -u