diff options
Diffstat (limited to 'devel/pkgconfig/pkg-plist')
-rw-r--r-- | devel/pkgconfig/pkg-plist | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/pkgconfig/pkg-plist b/devel/pkgconfig/pkg-plist new file mode 100644 index 000000000..27536941e --- /dev/null +++ b/devel/pkgconfig/pkg-plist @@ -0,0 +1,9 @@ +@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 |