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