summarylogtreecommitdiffstats
path: root/popcorntime.install
blob: bd924b2be4a8250a2ec364a07dd60193b3a26e00 (plain)
1
2
3
4
5
6
7
8
9
10
11
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: