xref: /AOO41X/main/instsetoo_native/inc_openoffice/unix/find-requires-gnome.sh (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1*cdf0e10cSrcweir#!/bin/sh
2*cdf0e10cSrcweir
3*cdf0e10cSrcweircat > /dev/null
4*cdf0e10cSrcweir[[ "${OUTPATH}" == unxlngx* ]] && mark64="()(64bit)"
5*cdf0e10cSrcweirecho "libgnomevfs-2.so.0${mark64}"
6*cdf0e10cSrcweirecho "libgconf-2.so.4${mark64}"
7*cdf0e10cSrcweir
8