summarylogtreecommitdiffstats
path: root/monailabel.install
blob: 5ae3373b60884913c409bfb106c36dea116de02c (plain)
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
}