summarylogtreecommitdiffstats
path: root/suitplay.install
diff options
context:
space:
mode:
Diffstat (limited to 'suitplay.install')
-rw-r--r--suitplay.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/suitplay.install b/suitplay.install
new file mode 100644
index 000000000000..d9a833072d59
--- /dev/null
+++ b/suitplay.install
@@ -0,0 +1,10 @@
+post_install() {
+ echo "You must agree to the following End-User License agreement,"
+ echo "or uninstall suitplay."
+ echo
+ cat /usr/share/licenses/suitplay/LICENSE
+}
+
+post_upgrade() {
+ post_install
+}