trunk: remove libs/lpk and libs/luanet
[project/luci.git] / libs / lpk / luasrc / lpk / core / install.lua
diff --git a/libs/lpk/luasrc/lpk/core/install.lua b/libs/lpk/luasrc/lpk/core/install.lua
deleted file mode 100644 (file)
index 434f618..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-module("luci.lpk.core.install", package.seeall)
-
-function entry(register, ...)
-       print("Requested install of " .. table.concat(arg, ", "))
-       return true
-end
-
-function process(register)
-       register.sometext = "Test"
-       if not register.retrieved then
-               print("Step down to retrieve")
-               return "retrieve"
-       else
-               print("Coming up again")
-       end
-end
\ No newline at end of file