summarylogtreecommitdiffstats
path: root/makemkv.install
blob: d95e4b300fc86f3d6748990f3839904e84377cf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_remove() {
	return 0
}

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-cli/eula_en_linux.txt before using it."
}

post_upgrade() {
	post_install $1
}