1 2 3 4 5 6 7 8 9
post_install() { echo "Sample apps are available in: /usr/share/docs/monailabel/sample-apps" echo "You could copy expected app from there to a writable position" echo "And run it with monailabel command" } post_upgrade() { post_install }