Skip to content

Commit 84e2b84

Browse files
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
1 parent be534be commit 84e2b84

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pkg/redhat/build.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,6 @@ Requires: ${PYTHON_BINARY}, libpq5, krb5-libs
6868
%description
6969
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.
7070
71-
%pre
72-
rm -rf /usr/pgadmin4/venv
73-
if [ -d /usr/pgadmin4/web ]; then
74-
cd /usr/pgadmin4/web && rm -rf \$(ls -A -I config_local.py)
75-
fi
76-
7771
%build
7872
7973
%install

0 commit comments

Comments
 (0)