mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
pkg: invalidate the ACL and menu cache
(cherry picked from commit1fe38a15e5) (cherry picked from commit64c8f55cdb)
This commit is contained in:
parent
7db1609e0e
commit
70f6e01ace
2 changed files with 5 additions and 0 deletions
|
|
@ -130,6 +130,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 && \
|
||||
|
|
|
|||
1
Templates/configure
vendored
Normal file
1
Templates/configure
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/usr/local/etc/rc.configure_plugins
|
||||
Loading…
Reference in a new issue