diff options
Diffstat (limited to 'pcr/popcorntime/popcorntime.install')
-rw-r--r-- | pcr/popcorntime/popcorntime.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pcr/popcorntime/popcorntime.install b/pcr/popcorntime/popcorntime.install new file mode 100644 index 000000000..bd924b2be --- /dev/null +++ b/pcr/popcorntime/popcorntime.install @@ -0,0 +1,12 @@ +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: |