diff options
Diffstat (limited to 'applications/luci-app-adblock-fast/root/etc/uci-defaults/40_luci-adblock-fast')
-rw-r--r-- | applications/luci-app-adblock-fast/root/etc/uci-defaults/40_luci-adblock-fast | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-app-adblock-fast/root/etc/uci-defaults/40_luci-adblock-fast b/applications/luci-app-adblock-fast/root/etc/uci-defaults/40_luci-adblock-fast new file mode 100644 index 0000000000..080086891a --- /dev/null +++ b/applications/luci-app-adblock-fast/root/etc/uci-defaults/40_luci-adblock-fast @@ -0,0 +1,4 @@ +#!/bin/sh +rm -rf /var/luci-modulecache/; rm -f /var/luci-indexcache; +[ -x /etc/init.d/rpcd ] && /etc/init.d/rpcd reload; +exit 0 |