Commit bd2eac5c authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm status: add Debian support (eterbug #17885)

parent dcba0d3d
...@@ -199,6 +199,13 @@ epm_status_original() ...@@ -199,6 +199,13 @@ epm_status_original()
echo "$release" | grep -qi "ubuntu" || return 1 echo "$release" | grep -qi "ubuntu" || return 1
return 0 return 0
;; ;;
Debian)
epm_status_validate $pkg || return 1
epm_status_repacked $pkg && return 1
echo "$release" | grep -qi "debian" || return 1
return 0
;;
*) *)
fatal 'Unsupported $DISTRNAME' fatal 'Unsupported $DISTRNAME'
;; ;;
......
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