1 2 3 4 5 6 7 8 9 10 11
post_install() { echo "==> If you want to decode encrypted DVDs, you also need the libdvdcss package." } post_upgrade() { post_install } op=$1 shift $op $*