summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-26 13:07:07 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-26 13:07:07 +0000
commitd28f41ec4630ed353cf9e2b12aeaee7097c57aed (patch)
tree0992fff6f19a24f7e1586ec53e2ec8d50afeca03 /editors
parentAdd staging support (diff)
Remove a line that is already done by USES=desktop-file-utils
Forgotten during stagification
Notes
Notes: svn path=/head/; revision=349248
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-devel/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile
index b0cdec4c19da..8075b01cdcb0 100644
--- a/editors/openoffice-devel/Makefile
+++ b/editors/openoffice-devel/Makefile
@@ -320,7 +320,6 @@ post-install:
@${LN} -sf ${PREFIX}/${INSTALLATION_BASEDIR}/${OOODIR}/share/xdg \
${STAGEDIR}${DESKTOPDIR}/${EXECBASE}
@${ECHO_CMD} "share/applications/${EXECBASE}" >> ${TMPPLIST}
- @${ECHO_CMD} "@exec ${PREFIX}/bin/update-desktop-database 2>/dev/null || ${TRUE}" >> ${TMPPLIST}
@for dir in `ls ${ICONS}/hicolor | ${GREP} -v CVS`; do \
for app in base calc draw impress math printeradmin writer; do \
if [ -r ${ICONS}/hicolor/$${dir}/apps/$${app}.png ]; then \