dbafa98881
the pkgconfig directories should not be removed unless you're removing _all_ GNOME components. PR: 43817 Submitted by: Edwin Groothuis <edwin@mavetju.org>
10 lines
500 B
Plaintext
10 lines
500 B
Plaintext
@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
|