feat: add postrm script for cleanup of ua3f files

This commit is contained in:
SunBK201 2025-10-31 18:37:38 +08:00
parent ffe5d7d338
commit 2146d13c79

6
ipkg/CONTROL/postrm Executable file
View 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