From 84e2b844e08fa6f61837ee9fae29a3e91fb4c5b3 Mon Sep 17 00:00:00 2001 From: Pravesh Sharma Date: Thu, 13 Mar 2025 16:35:21 +0530 Subject: [PATCH] Removed the pre-install script from the Red Hat build function as it was causing a No such file or directory warning during the update. #8006 --- pkg/redhat/build.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkg/redhat/build.sh b/pkg/redhat/build.sh index b78dcc5d6..9b8666f4d 100755 --- a/pkg/redhat/build.sh +++ b/pkg/redhat/build.sh @@ -68,12 +68,6 @@ Requires: ${PYTHON_BINARY}, libpq5, krb5-libs %description The core server package for pgAdmin. pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world. -%pre -rm -rf /usr/pgadmin4/venv -if [ -d /usr/pgadmin4/web ]; then - cd /usr/pgadmin4/web && rm -rf \$(ls -A -I config_local.py) -fi - %build %install