summaryrefslogtreecommitdiff
path: root/pcr/popcorntime/popcorntime.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/popcorntime/popcorntime.install')
-rw-r--r--pcr/popcorntime/popcorntime.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/pcr/popcorntime/popcorntime.install b/pcr/popcorntime/popcorntime.install
deleted file mode 100644
index bd924b2be..000000000
--- a/pcr/popcorntime/popcorntime.install
+++ /dev/null
@@ -1,12 +0,0 @@
-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!"
-}
-
-post_upgrade() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et: