We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79e2b98 + 8bba911 commit 355564dCopy full SHA for 355564d
packaging/common/cfengine-hub/preinstall.sh
@@ -347,6 +347,10 @@ if [ -d $PREFIX/httpd/htdocs ]; then
347
find $PREFIX/httpd/htdocs -depth -type d -exec rmdir {} \;
348
fi
349
350
+if [ -d $PREFIX/httpd/php/lib/php/extensions/no-debug-non-zts-20170718 ]; then
351
+ rm $PREFIX/httpd/php/lib/php/extensions/no-debug-non-zts-20170718/*
352
+fi
353
+
354
# Make a backup of the key CFE_CLIENT_SECRET_KEY, if any, and restore the
355
# original file content.
356
#
0 commit comments