summaryrefslogtreecommitdiff
path: root/community/unace/unace.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/unace/unace.install')
-rw-r--r--community/unace/unace.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/unace/unace.install b/community/unace/unace.install
new file mode 100644
index 000000000..68408ad40
--- /dev/null
+++ b/community/unace/unace.install
@@ -0,0 +1,14 @@
+# arg 1: the new package version
+post_install() {
+
+cat << EOM
+
+==> unace post-install message:
+==> to use this software, you have to accept the Public UnAce Licence,
+==> ( it's in /usr/share/licenses/unace/license )
+==> otherwise, remove this package!
+
+EOM
+
+}
+