summarylogtreecommitdiffstats
path: root/ytplmp4.install
blob: b3a9b7f42da5e6668bf7564d704b04d27cd46856 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  echo
  echo "YTPLMP4"
  echo "Downloads Videos and Playlists from Youtube and converts them to MP3"
  echo "Use at your own risk!"
}

post_upgrade() {
  post_install
}

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