mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
Both postgresql-server and postgresql-cli install /usr/bin/psql which thus creates a conflict when installing both packages. Fix this by removing duplicate and useless binaries from the postgresql-server package. Signed-off-by: Daniel Golle <daniel@makrotopia.org>