Default to YUM on redhat-derived systems and APT on debian, instead of auto-detecting

This commit is contained in:
Jamie Cameron
2009-05-07 17:56:35 +00:00
parent 1641d98c6d
commit cec2c8b078
2 changed files with 2 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
package_system=debian
update_system=apt
apt_mode=0

View File

@@ -1,2 +1,3 @@
package_system=rpm
update_system=yum
apt_mode=0