mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-16 16:57:08 +00:00
feat: add postrm script for cleanup of ua3f files
This commit is contained in:
parent
f65f48ca04
commit
28464b9739
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