post_install() {
  chgrp users /usr/share/dotdotpwn/Reports
  chmod g+rwx /usr/share/dotdotpwn/Reports
}

post_upgrade() {
  post_install
}
