post_install()
{
  gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
  /usr/bin/systemd-sysusers

}

post_upgrade()
{
	post_install
}

post_remove()
{
	post_install
}


op=$1
shift
$op $*
