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