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 }