Commit 488853b9 authored by Vitaly Lipatov's avatar Vitaly Lipatov

prescription/chromium-gost.sh: fix removing

parent 449ae088
......@@ -10,7 +10,8 @@ fatal()
PKGNAME=chromium-gost
if [ "$1" = "--remove" ] ; then
epm remove $PKGNAME
# $PKGNAME-stable really
epm remove $(epmqp $PKGNAME)
exit
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