Add the manually generated gconf file thingies to the plist.

This commit is contained in:
Adam Weinberger 2004-01-14 14:10:04 +00:00
parent 094da82d8f
commit 0915a10dce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98156

View File

@ -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}