summarylogtreecommitdiffstats
path: root/physicseditor.install
diff options
context:
space:
mode:
Diffstat (limited to 'physicseditor.install')
-rw-r--r--physicseditor.install9
1 files changed, 6 insertions, 3 deletions
diff --git a/physicseditor.install b/physicseditor.install
index 21f9c6cadcbe..6be91e887fd4 100644
--- a/physicseditor.install
+++ b/physicseditor.install
@@ -2,8 +2,12 @@ post_install() {
update-mime-database usr/share/mime
update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- echo "You must accept the terms of the EULA before using PhysicsEditor!"
- echo "Can be found in /usr/share/licenses/physicseditor/LicenseAgreement.html"
+ printf "%s\n" \
+ "You are required to accept the terms of the PhysicsEditor EULA before using the" \
+ "software. The software will prompt you to accept these terms on the first" \
+ "startup." \
+ "You can read the terms of the license without starting PhysicsEditor at:" \
+ " /usr/share/licenses/physicseditor/LicenseAgreement.txt"
}
post_upgrade() {
@@ -15,4 +19,3 @@ post_remove() {
update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
-