diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-05-06 04:38:41 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-05-06 04:38:41 -0300 |
commit | 101c0c655e51a0bdf745c3b5f0006c7a7e6f3504 (patch) | |
tree | 4672d653c8e526ee065616a1bf55e8093999e265 /pcr/popcorntime/popcorntime.install | |
parent | 5478158b39c147bec163842a010f88013b1c0547 (diff) |
popcorntime: add new package to [pcr]
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: |