X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Flpk%2Fluasrc%2Flpk%2Fcore%2Fretrieve.lua;fp=libs%2Flpk%2Fluasrc%2Flpk%2Fcore%2Fretrieve.lua;h=6176a94b9947bc71c061a74f64a380fe21bb56df;hp=0000000000000000000000000000000000000000;hb=a478f25f513cb26e671f8a1c204bafb9b66cfabf;hpb=8dad54251aeb9ede55bbc775c1cf7a9d84402762 diff --git a/libs/lpk/luasrc/lpk/core/retrieve.lua b/libs/lpk/luasrc/lpk/core/retrieve.lua new file mode 100644 index 000000000..6176a94b9 --- /dev/null +++ b/libs/lpk/luasrc/lpk/core/retrieve.lua @@ -0,0 +1,7 @@ +module("luci.lpk.core.retrieve", package.seeall) + +function process(register) + print "Now in retrieve" + print (register.sometext) + register.retrieved = true +end \ No newline at end of file