Commit 58743d9d authored by Vitaly Lipatov's avatar Vitaly Lipatov

small fixes

parent 8367b17c
......@@ -349,8 +349,10 @@ epm_remove()
[ -n "$force" ] || return $STATUS
fi
# TODO: FIX
# нужно удалить все пакеты, которые зависят от удаляемого
if [ -n "$noscripts" ] ; then
warning "It is not recommended to remove a few packages with disabled scripts simultaneously."
#warning "It is not recommended to remove a few packages with disabled scripts simultaneously."
fatal "We can't allow packages removing on hi level when --noscripts is used."
fi
......
......@@ -82,7 +82,7 @@ esac
__epm_update()
{
[ -z "$*" ] || fatal "No arguments are allowed here"
[ -z "$*" ] || fatal "No arguments are allowed for epm update command"
info "Running update the package index files from remote package repository database ..."
......
......@@ -4,6 +4,7 @@ PKGNAME=net.downloadhelper.coapp
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Video DownloadHelper Companion App (obsoleted)"
DESCRIPTION=''
URL="https://www.downloadhelper.net/install-coapp"
. $(dirname $0)/common.sh
......
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