aboutsummaryrefslogtreecommitdiffstats
path: root/non-free/yed/yed.install
diff options
context:
space:
mode:
Diffstat (limited to 'non-free/yed/yed.install')
-rw-r--r--non-free/yed/yed.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/non-free/yed/yed.install b/non-free/yed/yed.install
new file mode 100644
index 0000000000..030cc4e50a
--- /dev/null
+++ b/non-free/yed/yed.install
@@ -0,0 +1,12 @@
+post_upgrade() {
+ post_install $1
+}
+
+post_install() {
+ echo ">>> You have to read and accept the license agreement under"
+ echo ">>> /usr/share/licenses/yed/license.html before using yEd."
+}
+
+op=$1
+shift
+$op $*