|
|
|
@ -19,7 +19,7 @@ |
|
|
|
|
# |
|
|
|
|
# |
|
|
|
|
# __package is an abstract type which dispatches to the lower level |
|
|
|
|
# __package_$name types which do the actual interaction with the packaging |
|
|
|
|
# __package_$name types which do the actual interaction with the packaging |
|
|
|
|
# system. |
|
|
|
|
# |
|
|
|
|
|
|
|
|
@ -33,7 +33,7 @@ else |
|
|
|
|
archlinux) type="pacman" ;; |
|
|
|
|
debian|ubuntu) type="apt" ;; |
|
|
|
|
gentoo) type="emerge" ;; |
|
|
|
|
fedora) type="yum" ;; |
|
|
|
|
fedora|redhat|centos) type="yum" ;; |
|
|
|
|
*) |
|
|
|
|
echo "Don't know how to manage packages on: $os" >&2 |
|
|
|
|
exit 1 |
|
|
|
|