post_install(){
  /usr/bin/set-sshkeys
}

pre_upgrade(){
  /usr/bin/set-sshkeys --remove
}

post_upgrade(){
  /usr/bin/set-sshkeys
}

pre_remove(){
  /usr/bin/set-sshkeys --remove
}