Skip to content

Commit

Permalink
Add uninstall dynamic PostgreSQL in OCI packages (#93)
Browse files Browse the repository at this point in the history
Co-authored-by: Evgeniy Antonyuk <[email protected]>
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/DocSpace-buildtools/pulls/93
Reviewed-by: Evgeniy Antonyuk <[email protected]>
Co-authored-by: Vladimir Ischenko <[email protected]>
Co-committed-by: Vladimir Ischenko <[email protected]>
  • Loading branch information
isboston and evgeniy-antonyuk committed Nov 26, 2024
1 parent fdaaf53 commit a83bc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/OneClickInstall/install-Debian/uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ DEPENDENCIES=(
)

if [ "$UNINSTALL_DEPENDENCIES" = true ]; then
PACKAGES_TO_UNINSTALL+=("${DEPENDENCIES[@]}")
PACKAGES_TO_UNINSTALL+=("${DEPENDENCIES[@]}" $(dpkg-query -W -f='${Package}\n' | grep -E "^postgresql(-[0-9]+)?(-.*)?$"))
fi

# Uninstall packages and clean up
Expand Down

0 comments on commit a83bc5b

Please sign in to comment.