summarylogtreecommitdiffstats
path: root/makemkv.install
blob: 5fa45908a20157bf26784cb045202aaba28a383c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_remove() {
  update-desktop-database -q
  xdg-icon-resource forceupdate --theme hicolor
}

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_remove $1
}

post_upgrade() {
  post_install $1
}