__package: call __package_pkg_openbsd on openbsd
This commit is contained in:
parent
72001b237e
commit
1a4bec21bf
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ else
|
|||
gentoo) type="emerge" ;;
|
||||
suse) type="zypper" ;;
|
||||
openwrt) type="opkg" ;;
|
||||
openbsd) type="pkg_openbsd" ;;
|
||||
*)
|
||||
echo "Don't know how to manage packages on: $os" >&2
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue