summarylogtreecommitdiffstats
path: root/popcorntime.install
blob: 7ea75b9ca7895e3076ccd486256bf8af31489e86 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  update-desktop-database -q
  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
}