From 4a7ccf578f5caf82b4c9120ac266ff49f245549a Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Thu, 8 Nov 2018 00:40:26 +0200 Subject: community/php5: remove aport --- community/php5/php5.post-upgrade | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 community/php5/php5.post-upgrade (limited to 'community/php5/php5.post-upgrade') 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 - -- cgit v1.2.3