summarylogtreecommitdiffstats
path: root/lattice-diamond.install
diff options
context:
space:
mode:
Diffstat (limited to 'lattice-diamond.install')
-rw-r--r--lattice-diamond.install6
1 files changed, 5 insertions, 1 deletions
diff --git a/lattice-diamond.install b/lattice-diamond.install
index ce2074f946b5..efaee0339473 100644
--- a/lattice-diamond.install
+++ b/lattice-diamond.install
@@ -1,4 +1,8 @@
+pre_install() {
+ echo 'WARNING: By installing this package, you agree to its license terms!'
+}
+
post_upgrade() {
- echo 'Warning: If you had a license file in /usr/local/diamond/<version>/license/license.dat, it will not be automatically removed.'
+ echo 'WARNING: If you had a license file in /usr/local/diamond/<version>/license/license.dat, it will not be automatically removed.'
echo 'You can manually delete or move it to the new install directory.'
}