summarylogtreecommitdiffstats
path: root/nconvert.install
blob: 7dd3c581a9c88d3dffe1db6b607fb03bd841db60 (plain)
1
2
3
4
5
6
7
post_install() {
  printf "If you intend to use NConvert commercially, you must purchase a license.\n"
}

post_upgrade() {
  post_install
}