Commit 06d1fa50 authored by Vitaly Lipatov's avatar Vitaly Lipatov

remove obsoleted commands

parent 657ba476
......@@ -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
......
......@@ -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"
......
......@@ -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()
{
......
......@@ -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"
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment