mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Framework: pass update type on configure; closes #473
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user