mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
pkg: tweak previous, need this on post-deinstall too
PR: https://github.com/opnsense/core/commit/a1c114c670
This commit is contained in:
@@ -132,6 +132,10 @@ scripts-auto:
|
||||
sed "s:%%ARG%%:$${FILE#./}:g" >> \
|
||||
${DESTDIR}/+POST_INSTALL; \
|
||||
done; \
|
||||
for SCRIPT in +POST_INSTALL +POST_DEINSTALL; do \
|
||||
cat ${TEMPLATESDIR}/configure >> \
|
||||
${DESTDIR}/$${SCRIPT}; \
|
||||
done; \
|
||||
fi
|
||||
@if [ -d ${.CURDIR}/src/opnsense/service/templates ]; then \
|
||||
for FILE in $$(cd ${.CURDIR}/src/opnsense/service/templates && \
|
||||
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
/usr/local/etc/rc.configure_plugins
|
||||
@@ -1,2 +1 @@
|
||||
/usr/local/opnsense/mvc/script/run_migrations.php %%ARG%%
|
||||
/usr/local/etc/rc.configure_plugins
|
||||
|
||||
Reference in New Issue
Block a user