Spotter-VM/postgres/uninstall.sh

7 lines
72 B
Bash
Raw Normal View History

2018-10-27 15:33:22 +02:00
#!/bin/sh
set -e
# Remove service
rm /etc/init.d/postgres
rc-update -u