summarylogtreecommitdiffstats
path: root/makemkv.install
blob: 268a8981770acac1438cc00da896228a592a6c9d (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  echo "The makemkv package is licensed software."
  echo "You MUST read and agree to the license stored in"
  echo "/usr/share/licenses/makemkv/eula_en_linux.txt before using it."
}

post_upgrade() {
  post_install $1
}