summarylogtreecommitdiffstats
path: root/porntime.install
blob: 6e1c8e4e536c2f914207c2ff7eef15d992a27a66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  echo
  echo "WARNING: PornTime 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: