apk build
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
opennebula-alpine/opennebula-common/opennebula-common.post-dein...

10 lines
215 B

#!/bin/sh
set -e
userdel -r oneadmin && echo ">> User 'oneadmin' has been removed."
groupdel cloud && echo ">> Group 'cloud' has been removed."
rm -rf /var/lib/one /var/run/one /var/log/one /var/lock/one
exit 0