ipk source: luci-app-tailscale

- Additional directory structure formatting updates
This commit is contained in:
Cameron Thompson
2025-01-16 14:05:31 -05:00
parent adcd4a553d
commit a2464e9793
14 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
[ -n "${IPKG_INSTROOT}" ] || { rm -f /tmp/luci-indexcache.*
rm -rf /tmp/luci-modulecache/
killall -HUP rpcd 2>/dev/null
exit 0
}