diff options
Diffstat (limited to '')
-rw-r--r-- | debian/rspamd.triggers | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/rspamd.triggers b/debian/rspamd.triggers new file mode 100644 index 0000000..e94ae47 --- /dev/null +++ b/debian/rspamd.triggers @@ -0,0 +1,12 @@ +# NOTE: should be synced with debian/tests/webui-dependencies +interest-noawait /usr/share/javascript/bootstrap4/js/bootstrap.bundle.min.js +interest-noawait /usr/share/nodejs/bootstrap/dist/js/bootstrap.bundle.min.js +interest-noawait /usr/share/javascript/bootstrap4/css/bootstrap.min.css +interest-noawait /usr/share/nodejs/bootstrap/dist/css/bootstrap.min.css +interest-noawait /usr/share/javascript/jquery/jquery.min.js +interest-noawait /usr/share/nodejs/jquery/dist/jquery.min.js +interest-noawait /usr/share/javascript/requirejs/require.js +interest-noawait /usr/share/fonts-glyphicons/glyphicons-halflings-regular.ttf +interest-noawait /usr/share/fonts/truetype/glyphicons/glyphicons-halflings-regular.ttf +interest-noawait /usr/share/fonts-glyphicons/glyphicons-halflings-regular.woff +interest-noawait /usr/share/fonts-glyphicons/glyphicons-halflings-regular.woff2 |