Commit 59327f37 authored by Vitaly Lipatov's avatar Vitaly Lipatov

distr_info: add Solus (eopkg) support

parent b65b3b97
...@@ -105,6 +105,9 @@ case $DISTRIB_ID in ...@@ -105,6 +105,9 @@ case $DISTRIB_ID in
#which aptitude 2>/dev/null >/dev/null && CMD=aptitude-dpkg #which aptitude 2>/dev/null >/dev/null && CMD=aptitude-dpkg
#hascommand snappy && CMD=snappy #hascommand snappy && CMD=snappy
;; ;;
Solus)
CMD="eopkg"
;;
Mandriva) Mandriva)
CMD="urpm-rpm" CMD="urpm-rpm"
;; ;;
...@@ -208,6 +211,7 @@ pkgtype() ...@@ -208,6 +211,7 @@ pkgtype()
voidlinux) echo "xbps" ;; voidlinux) echo "xbps" ;;
openwrt) echo "ipk" ;; openwrt) echo "ipk" ;;
cygwin) echo "tar.xz" ;; cygwin) echo "tar.xz" ;;
solus) echo "eopkg" ;;
*) *)
case $(pkgmanager) in case $(pkgmanager) in
*-dpkg) *-dpkg)
......
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