post_install() {
  echo -e "
  Please make sure, your user is in the \"optical\" group.
  Use 'id' to check your group membership and check the group
  membership for '/dev/sr0' as well"
}

post_upgrade() {
 post_install
}
