You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
196 B
Plaintext

# arg 1: the new package version
# arg 2: the old package version
post_upgrade() {
echo ">> You can safely ignore any \"cannot open shared object\" errors you see above"
}
op=$1
shift
$op $*