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

small fixes

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