Commit 6373ec1b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: don't use epm aliases

parent 7be47c88
......@@ -6,7 +6,7 @@ DESCRIPTION="AliveColors from the official site"
case "$1" in
"--remove")
epm remove $(epmqp $PKGNAME-)
epm remove $(epm qp $PKGNAME-)
epm repo remove akvis
exit
;;
......
......@@ -8,7 +8,7 @@ REPOURL="http://packages.lab50.net"
# TODO: remove repo too
case "$1" in
"--remove")
epm remove $(epmqp $PKGNAME-) $(epmqp poppler-csp-)
epm remove $(epm qp $PKGNAME-) $(epm qp poppler-csp-)
epm repo remove okular
exit
;;
......
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