Add Luci Theme argon and app
- Also added missing depends from source: https://dl.openwrt.ai/packages-24.10/aarch64_cortex-a53/ - Argon theme and app source: https://github.com/jerrykuku/luci-theme-argon
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
Package: luci-lua-runtime
|
||||
Version: 25.034.70690~7b0663a
|
||||
Depends: libc, luci-base, lua, luci-lib-base, luci-lib-nixio, luci-lib-ip, luci-lib-jsonc, libubus-lua, liblucihttp-lua, ucode-mod-lua
|
||||
Source: feeds/luci/modules/luci-lua-runtime
|
||||
SourceName: luci-lua-runtime
|
||||
License: Apache-2.0
|
||||
Section: luci
|
||||
SourceDateEpoch: 1738611490
|
||||
URL: https://github.com/openwrt/luci
|
||||
Maintainer: OpenWrt LuCI community
|
||||
Architecture: aarch64_cortex-a53
|
||||
Installed-Size: 153600
|
||||
Description: LuCI Lua runtime libraries
|
||||
5
ipk-source/luci-lua-runtime_aarch64_cortex-a53/CONTROL/postinst
Executable file
5
ipk-source/luci-lua-runtime_aarch64_cortex-a53/CONTROL/postinst
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
[ "${IPKG_NO_SCRIPT}" = "1" ] && exit 0
|
||||
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
|
||||
. ${IPKG_INSTROOT}/lib/functions.sh
|
||||
default_postinst $0 $@
|
||||
5
ipk-source/luci-lua-runtime_aarch64_cortex-a53/CONTROL/postinst-pkg
Executable file
5
ipk-source/luci-lua-runtime_aarch64_cortex-a53/CONTROL/postinst-pkg
Executable 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
|
||||
}
|
||||
4
ipk-source/luci-lua-runtime_aarch64_cortex-a53/CONTROL/prerm
Executable file
4
ipk-source/luci-lua-runtime_aarch64_cortex-a53/CONTROL/prerm
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
|
||||
. ${IPKG_INSTROOT}/lib/functions.sh
|
||||
default_prerm $0 $@
|
||||
Reference in New Issue
Block a user