Removed __package_pkg_freebsd customization

from __package type for inclusion in a separate branch.
This commit is contained in:
Jake Guffey 2012-02-17 11:30:21 -05:00
parent ff5d0fd7fc
commit ffec26d462
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ else
debian|ubuntu) type="apt" ;;
gentoo) type="emerge" ;;
amazon|centos|fedora|redhat) type="yum" ;;
freebsd) type="pkg_freebsd" ;;
*)
echo "Don't know how to manage packages on: $os" >&2
exit 1