From 0915a10dce8f2ad1c1eafcb62274ddc35a2a77c6 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Wed, 14 Jan 2004 14:10:04 +0000 Subject: [PATCH] Add the manually generated gconf file thingies to the plist. --- misc/gnomehier/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/misc/gnomehier/Makefile b/misc/gnomehier/Makefile index 642ea375a10f..b3f0923a6f69 100644 --- a/misc/gnomehier/Makefile +++ b/misc/gnomehier/Makefile @@ -29,6 +29,10 @@ pre-install: @${TOUCH} -f ${PLIST} @${CAT} ${FILESDIR}/dirlist | sort | ${SED} -e \ 's|$$|/.keep_me|' >> ${PLIST} + @${ECHO_CMD} "/etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml" \ + >> ${PLIST} + @${ECHO_CMD} "/etc/gconf/gconf.xml.defaults/apps/%gconf.xml" \ + >> ${PLIST} @${CAT} ${FILESDIR}/dirlist | sort -r | ${SED} -e \ 's|^|@dirrm |' >> ${PLIST}