From 146f486f0cac3af254bacc4851b19e69b75a5216 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Thu, 29 Apr 2021 09:29:46 +0200 Subject: php-pgsql: Removed Updated SBo master. --- private/php-pgsql/doinst.sh | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 private/php-pgsql/doinst.sh (limited to 'private/php-pgsql/doinst.sh') diff --git a/private/php-pgsql/doinst.sh b/private/php-pgsql/doinst.sh deleted file mode 100644 index b4fdb0a..0000000 --- a/private/php-pgsql/doinst.sh +++ /dev/null @@ -1,16 +0,0 @@ -config() { - NEW="$1" - OLD="$(dirname $NEW)/$(basename $NEW .new)" - # If there's no config file by that name, mv it over: - if [ ! -r $OLD ]; then - mv $NEW $OLD - elif [ "$(cat $OLD|md5sum)" = "$(cat $NEW|md5sum)" ]; then - # toss the redundant copy - rm $NEW - fi - # Otherwise, we leave the .new copy for the admin to consider... -} - -config etc/php.d/pgsql.ini.new -config etc/php.d/pdo_pgsql.ini.new - -- cgit v1.2.3