Merge pull request #480 from andres-erbsen/package-openbsd
__package: call __package_pkg_openbsd on openbsd
This commit is contained in:
		
				commit
				
					
						cd7852695e
					
				
			
		
					 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…
	
	Add table
		Add a link
		
	
		Reference in a new issue