summarylogtreecommitdiffstats
path: root/popcorntime.install
diff options
context:
space:
mode:
Diffstat (limited to 'popcorntime.install')
-rw-r--r--popcorntime.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/popcorntime.install b/popcorntime.install
new file mode 100644
index 000000000000..55a36e400f89
--- /dev/null
+++ b/popcorntime.install
@@ -0,0 +1,13 @@
+post_install() {
+ echo
+ echo "WARNING: Popcorn Time streams movies from Torrents"
+ echo "Downloading copyrighted material may be illegal in your country!"
+ echo "Use at your own risk!"
+ echo
+}
+
+post_upgrade() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et: