mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-16 08:44:29 +00:00
feat: add postrm script for cleanup of ua3f files
This commit is contained in:
parent
ffe5d7d338
commit
2146d13c79
6
ipkg/CONTROL/postrm
Executable file
6
ipkg/CONTROL/postrm
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
rm -rf /etc/config/ua3f >/dev/null 2>&1
|
||||
rm -rf /var/log/ua3f >/dev/null 2>&1
|
||||
rm -rf /usr/lib/lua/luci/model/cbi/ua3f.lua >/dev/null 2>&1
|
||||
rm -rf /usr/lib/lua/luci/controller/ua3f.lua >/dev/null 2>&1
|
||||
rm -rf /usr/lib/lua/luci/view/ua3f >/dev/null 2>&1
|
||||
Loading…
Reference in New Issue
Block a user