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

prescription/chromium-gost.sh: fix removing

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