From 06d1fa50927445345ac621eadaf174d45d6c85ad Mon Sep 17 00:00:00 2001 From: Vitaly Lipatov <lav@etersoft.ru> Date: Fri, 3 Aug 2012 14:57:58 +0400 Subject: [PATCH] remove obsoleted commands --- bin/epm-check | 2 -- bin/epm-filelist | 2 -- bin/epm-packages | 2 -- bin/epm-query | 2 -- bin/epm-query_file | 3 +-- 5 files changed, 1 insertion(+), 10 deletions(-) diff --git a/bin/epm-check b/bin/epm-check index 92e05400..e546b54b 100644 --- a/bin/epm-check +++ b/bin/epm-check @@ -18,8 +18,6 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# copied from korinf/tools/run-script/scripts/update - epm_check() { case $PMTYPE in diff --git a/bin/epm-filelist b/bin/epm-filelist index e5551391..188c6303 100644 --- a/bin/epm-filelist +++ b/bin/epm-filelist @@ -18,8 +18,6 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# copied from korinf/tools/run-script/scripts/search - epm_filelist() { [ -n "$pkg_filenames" ] || fatal "Run query without names" diff --git a/bin/epm-packages b/bin/epm-packages index 3b0639d8..d79e7a9a 100644 --- a/bin/epm-packages +++ b/bin/epm-packages @@ -18,8 +18,6 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# copied from korinf/tools/run-script/scripts/search - epm_packages() { diff --git a/bin/epm-query b/bin/epm-query index 6d3d15c7..73f5ebd6 100644 --- a/bin/epm-query +++ b/bin/epm-query @@ -18,8 +18,6 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# copied from korinf/tools/run-script/scripts/search - epm_query() { [ -n "$pkg_filenames" ] || fatal "Run query without names" diff --git a/bin/epm-query_file b/bin/epm-query_file index 818bf8b7..ff4c6092 100644 --- a/bin/epm-query_file +++ b/bin/epm-query_file @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# etersoft-build-utils/bin/rpmqf +# copied from etersoft-build-utils/bin/rpmqf # use and modify TOFILE recursively real_file() @@ -45,7 +45,6 @@ real_file() FULLFILEPATH=`readlink -f $TOFILE` } -# copied from korinf/tools/run-script/scripts/search __do_query() { case $PMTYPE in -- 2.24.1