From aaddcac5b098f5f82e59385295f2c6712aae574b Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Fri, 20 Jul 2018 16:50:08 -0700 Subject: [PATCH] luci-app-simple-adblock: remove extra controller file Signed-off-by: Stan Grishin --- applications/luci-app-simple-adblock/Makefile | 2 +- .../luasrc/controller/simpleadblock.lua | 7 ------- .../po/templates/simple-adblock.pot | 3 --- 3 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 applications/luci-app-simple-adblock/luasrc/controller/simpleadblock.lua diff --git a/applications/luci-app-simple-adblock/Makefile b/applications/luci-app-simple-adblock/Makefile index 8d2055829..2471078fc 100644 --- a/applications/luci-app-simple-adblock/Makefile +++ b/applications/luci-app-simple-adblock/Makefile @@ -10,7 +10,7 @@ LUCI_TITLE:=Simple Adblock Web UI LUCI_DESCRIPTION:=Provides Web UI for simple-adblock service. LUCI_DEPENDS:=+luci-mod-admin-full +simple-adblock LUCI_PKGARCH:=all -PKG_RELEASE:=15 +PKG_RELEASE:=16 include ../../luci.mk diff --git a/applications/luci-app-simple-adblock/luasrc/controller/simpleadblock.lua b/applications/luci-app-simple-adblock/luasrc/controller/simpleadblock.lua deleted file mode 100644 index 46125b309..000000000 --- a/applications/luci-app-simple-adblock/luasrc/controller/simpleadblock.lua +++ /dev/null @@ -1,7 +0,0 @@ -module("luci.controller.simpleadblock", package.seeall) -function index() - if not nixio.fs.access("/etc/config/simple-adblock") then - return - end - entry({"admin", "services", "simpleadblock"}, cbi("simpleadblock"), _("Simple AdBlock")) -end diff --git a/applications/luci-app-simple-adblock/po/templates/simple-adblock.pot b/applications/luci-app-simple-adblock/po/templates/simple-adblock.pot index f5c11ac7b..38baf58a4 100644 --- a/applications/luci-app-simple-adblock/po/templates/simple-adblock.pot +++ b/applications/luci-app-simple-adblock/po/templates/simple-adblock.pot @@ -94,9 +94,6 @@ msgstr "" msgid "Some output" msgstr "" -msgid "Start Simple Adblock service" -msgstr "" - msgid "Stop the download if it is stalled for set number of seconds" msgstr "" -- 2.25.1