Commit 480d5a38 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-reinstall: add pkgng support

parent 3839c3a0
......@@ -34,6 +34,9 @@ epm_reinstall_names()
dnf-rpm)
sudocmd dnf reinstall $@
return ;;
pkgng)
sudocmf pkg install -f $@
return ;;
slackpkg)
sudocmd_foreach "/usr/sbin/slackpkg reinstall" $@
return ;;
......
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