aports/main/php5/php5.post-upgrade
2016-05-05 15:43:07 +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