From e91aa7fa447a39c37e4262ce576bebd0a6644872 Mon Sep 17 00:00:00 2001 From: Daniel Steglich Date: Mon, 5 Jan 2015 11:33:28 +0000 Subject: [PATCH] removed obsolete install options because installation process is done by package framework now --- actions/dynamicdns | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/actions/dynamicdns b/actions/dynamicdns index afeca606a..b6123296c 100755 --- a/actions/dynamicdns +++ b/actions/dynamicdns @@ -212,23 +212,6 @@ case $cmd in echo "no update recorded since last config change" fi ;; - install) - cd /tmp/ && apt-get download ${TOOLNAME} - dpkg --unpack ${TOOLNAME}*.deb - rm /var/lib/dpkg/info/${TOOLNAME}.postinst - dpkg --configure ${TOOLNAME} - apt-get install -yf - rm ${TOOLNAME}*.deb - cd - - ;; - uninstall) - apt-get -y remove --purge ez-ipupdate - ;; - get-installed) - if [ ! -z ${UPDATE_TOOL} ];then - echo "installed" - fi - ;; status) doReadCFG PROC=`pgrep ${TOOLNAME}` @@ -252,7 +235,7 @@ case $cmd in rm ${CFGDIR}/* ;; *) - echo "usage: get-installed|status|configure |start|stop|update|get-nat|clean|success|failed" + echo "usage: status|configure |start|stop|update|get-nat|clean|success|failed" echo "" echo "options are:" echo "-s Gnudip Server address"