summarylogtreecommitdiffstats
path: root/powder-player.install
blob: c4aefd9e5f24986a355ab9008c284648662ec493 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  update-desktop-database -q
  echo
  echo "WARNING: PowderPlayer streams movies from Torrents"
  echo "Downloading copyrighted material may be illegal in your country!"
  echo "Use at your own risk!"
  echo
}

post_upgrade() {
  post_install
}

# vim:set ts=2 sw=2 et: