diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-11-13 13:08:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-11-13 13:08:22 +0000 |
commit | 627105570f87f6983efd9850c0db892401f12d5c (patch) | |
tree | 99819da9f63d739b14ca35901d56ab133f05aa9c /testing/php/php.post-upgrade | |
parent | cc45211893db12cf391553103092a584ec2577e1 (diff) | |
download | aports-627105570f87f6983efd9850c0db892401f12d5c.tar.bz2 aports-627105570f87f6983efd9850c0db892401f12d5c.tar.xz |
main/php: move 5.3.0 from testing to main
Diffstat (limited to 'testing/php/php.post-upgrade')
-rw-r--r-- | testing/php/php.post-upgrade | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/php/php.post-upgrade b/testing/php/php.post-upgrade deleted file mode 100644 index 98c959958..000000000 --- a/testing/php/php.post-upgrade +++ /dev/null @@ -1,11 +0,0 @@ -#!/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 - |