default_install &&

for exec in keepassxc keepassxc-cli; do
  patchelf --set-rpath /opt/qt5/lib "${INSTALL_ROOT}/usr/bin/$exec"
done
