
post_install() {
  # needed for user reboots / poweroff
  /bin/chmod u+s /sbin/halt
}

post_upgrade() {
  post_install $1
}

op=$1
shift
$op $*
