summarylogtreecommitdiffstats
path: root/popcorntime-ce.install
diff options
context:
space:
mode:
authorgrufo2016-04-16 17:05:35 +0200
committergrufo2016-04-16 17:05:35 +0200
commit9ee02e25958f1557f37404d0e5c6bcaa042fd058 (patch)
tree83f963da1b8dc4577fd47249bd1632680b69c124 /popcorntime-ce.install
downloadaur-9ee02e25958f1557f37404d0e5c6bcaa042fd058.tar.gz
Stream movies from torrents. Skip the downloads. Launch, click, watch. Repos of the original community edition.
Diffstat (limited to 'popcorntime-ce.install')
-rw-r--r--popcorntime-ce.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/popcorntime-ce.install b/popcorntime-ce.install
new file mode 100644
index 000000000000..156132729af4
--- /dev/null
+++ b/popcorntime-ce.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ echo
+ echo "WARNING: Popcorn Time CE 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
+}