diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-11-08 00:40:26 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-09 07:34:16 +0000 |
commit | 4a7ccf578f5caf82b4c9120ac266ff49f245549a (patch) | |
tree | c4a923f54fbb4887bb114b68f9048040589518e3 /community/php5/php5.post-upgrade | |
parent | 96e8cf0319ba5e6bf58f4cb6141582c66985af70 (diff) | |
download | aports-4a7ccf578f5caf82b4c9120ac266ff49f245549a.tar.bz2 aports-4a7ccf578f5caf82b4c9120ac266ff49f245549a.tar.xz |
community/php5: remove aport
Diffstat (limited to 'community/php5/php5.post-upgrade')
-rw-r--r-- | community/php5/php5.post-upgrade | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/php5/php5.post-upgrade b/community/php5/php5.post-upgrade deleted file mode 100644 index 98c959958c..0000000000 --- a/community/php5/php5.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 - |