post_install()
{
	/usr/bin/systemd-sysusers
}

post_upgrade()
{
	post_install
}

post_remove() {
	/usr/bin/systemd-sysusers
}

op=$1
shift
$op $*
