blob: 1817d372156b340e23b9b19c47e257a52d67ec99 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
@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 are only upgrading, do not remove %D/libdata/pkgconfig"
@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true
|