summaryrefslogtreecommitdiff
path: root/www/frontpage-ar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/frontpage-ar/Makefile')
-rw-r--r--www/frontpage-ar/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/frontpage-ar/Makefile b/www/frontpage-ar/Makefile
index 38e38c977364..8321d66e2971 100644
--- a/www/frontpage-ar/Makefile
+++ b/www/frontpage-ar/Makefile
@@ -52,6 +52,9 @@ do-install:
.endfor
.for _FP_LCID in ${FP_LCID}
@${REINPLACE_CMD} -e 's:IMAGESDIR:../images/:g' ${FP_DIR}/admin/${_FP_LCID}/webadmin.css
+ @if [ -f ${FP_DIR}/admin/${_FP_LCID}/webadmin.css.bak ] ; then \
+ ${RM} ${FP_DIR}/admin/${_FP_LCID}/webadmin.css.bak ; \
+ fi
@if [ ! -f ${FP_DIR}/help/${_FP_LCID}/wsgindex.htm ]; then \
${CP} ${FP_DIR}/help/${_FP_LCID}/wsgIndex.htm ${FP_DIR}/help/${_FP_LCID}/wsgindex.htm ; \
fi