post_install() {
  /usr/bin/python3 -m stellarmateupdater.main || true
  echo "Stellarmateupdater run fine"
}
post_upgrade() {
  post_install
}
