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,9 @@
#!/bin/sh
uci -q batch <<-EOF >/dev/null
delete ucitrack.@tailscale[-1]
commit ucitrack
EOF
rm -f /tmp/luci-indexcache
exit 0