Renamed script
This commit is contained in:
10
opennebula-common/opennebula-common.post-deinstall
Normal file
10
opennebula-common/opennebula-common.post-deinstall
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf /var/lib/one /var/run/one /var/log/one /var/lock/one
|
||||
|
||||
userdel -r oneadmin && echo ">> User 'oneadmin' has been removed."
|
||||
groupdel cloud && echo ">> Group 'cloud' has been removed."
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user