aports/main/php/php.post-upgrade
2009-11-13 13:08:22 +00:00

12 lines
168 B
Bash

#!/bin/sh
new=$1
old=$2
if [ "$(apk version -t $old 5.3)" = "<" ]; then
echo "*"
echo "* Please see migration notes here: http://php.net/migration53"
echo "*"
fi