Commit 007d7867 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-play: allow pass package name when --remove

parent 41cb3027
...@@ -86,7 +86,9 @@ fi ...@@ -86,7 +86,9 @@ fi
if [ "$1" = "--remove" ] ; then if [ "$1" = "--remove" ] ; then
shift shift
#__check_installed_app "$1" || fatal "$1 is not installed" #__check_installed_app "$1" || fatal "$1 is not installed"
__epm_play_run $1 --remove prescription="$1"
shift
__epm_play_run $prescription --remove "$@"
__remove_installed_app "$@" __remove_installed_app "$@"
exit exit
fi fi
......
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