Framework: pass update type on configure; closes #473

This commit is contained in:
Franco Fichtner
2018-01-08 22:09:57 +01:00
parent 75e20ae7b5
commit 058b9c8579
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -133,7 +133,8 @@ scripts-auto:
${DESTDIR}/+POST_INSTALL; \
done; \
for SCRIPT in +POST_INSTALL +POST_DEINSTALL; do \
cat ${TEMPLATESDIR}/configure >> \
cat ${TEMPLATESDIR}/configure | \
sed "s:%%ARG%%:$${SCRIPT#+}:g" >> \
${DESTDIR}/$${SCRIPT}; \
done; \
fi
+1 -1
View File
@@ -1 +1 @@
/usr/local/etc/rc.configure_plugins
if [ -f /usr/local/etc/rc.configure_plugins ]; then /usr/local/etc/rc.configure_plugins %%ARG%%; fi