freebsd-ports/devel/pkg-config/pkg-plist
Joe Marcus Clarke dbafa98881 Remove warning when upgrading pkgconfig. Also, make it clear to users that
the pkgconfig directories should not be removed unless you're removing
_all_ GNOME components.

PR:	43817
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-10-22 04:01:38 +00:00

9 lines
500 B
Text

@exec mkdir -p %D/libdata/pkgconfig
bin/pkg-config
share/aclocal/pkg.m4
@comment The files in these directories should only be removed if you
@comment remove the complete GNOME installation. If this is only an
@comment upgrade, don't throw them out!
@unexec echo "If you're only upgrading, don't remove %%LOCALBASE%%/libdata/pkgconfig nor %%X11BASE%%/libdata/pkgconfig"
@unexec rmdir %%LOCALBASE%%/libdata/pkgconfig 2>/dev/null || true
@unexec rmdir %%X11BASE%%/libdata/pkgconfig 2>/dev/null || true