aports/testing/consul/consul.post-deinstall
Carlo Landmeter c05fd0282a testing/consul: new aport
APKBUILD provided by Olivier Mauras <olivier@mauras.ch>
2015-04-28 13:29:23 +02:00

8 lines
107 B
Bash

#!/bin/sh
# Delete consul group and user
delgroup consul 2> /dev/null
deluser consul 2> /dev/null
exit 0