luci/applications/luci-app-https-dns-proxy/root/etc/uci-defaults/40_luci-https-dns-proxy
Stan Grishin 43ddf0cd12 luci-app-https-dns-proxy: package name change, support for RFC8484 binary
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-12-19 11:38:54 -07:00

3 lines
76 B
Bash

#!/bin/sh
rm -rf /var/luci-modulecache/; rm -f /var/luci-indexcache;
exit 0