Browse Source

del page cache

rufengsuixing 5 years ago
parent
commit
09cc7895f7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -55,6 +55,7 @@ define Package/luci-app-adguardhome/postinst
 	/etc/init.d/AdGuardHome start
 	fi
 	rm -f /tmp/luci-indexcache
+	rm -f /tmp/luci-modulecache/*
 exit 0
 endef