summarylogtreecommitdiffstats
path: root/nconvert.install
diff options
context:
space:
mode:
authorneo20012017-11-29 23:04:18 +0100
committerneo20012017-11-29 23:04:18 +0100
commit357a6d7fcda8d3d2bdd0b9e6104b5082cb11d830 (patch)
treed97756877b531aff479eaadbac9d0b5c1b2e6928 /nconvert.install
downloadaur-357a6d7fcda8d3d2bdd0b9e6104b5082cb11d830.tar.gz
Initial commit.
Diffstat (limited to 'nconvert.install')
-rw-r--r--nconvert.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/nconvert.install b/nconvert.install
new file mode 100644
index 000000000000..7dd3c581a9c8
--- /dev/null
+++ b/nconvert.install
@@ -0,0 +1,7 @@
+post_install() {
+ printf "If you intend to use NConvert commercially, you must purchase a license.\n"
+}
+
+post_upgrade() {
+ post_install
+}