summarylogtreecommitdiffstats
path: root/atraci.install
blob: 3cb3e4a3b1d03a76adb217b498090d130b8e383b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  echo
  echo "WARNING: atraci streams songs from torrents"
  echo "Downloading copyrighted material may be illegal in your country!"
  echo "Use at your own risk!"
}

post_upgrade() {
  post_install
}

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