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