From 0944661c4f454f1a0ef583a0a85e1691f0cefcd5 Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Tue, 16 Dec 2008 12:59:18 -0500 Subject: pts-core: Store aliases for distributions used in package identification in pts-core/static/software-vendor-aliases.txt --- .../functions/pts-functions-install_dependencies.php | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'pts-core/functions/pts-functions-install_dependencies.php') diff --git a/pts-core/functions/pts-functions-install_dependencies.php b/pts-core/functions/pts-functions-install_dependencies.php index f7ead7a..b01486b 100644 --- a/pts-core/functions/pts-functions-install_dependencies.php +++ b/pts-core/functions/pts-functions-install_dependencies.php @@ -21,23 +21,6 @@ along with this program. If not, see . */ -function pts_package_vendor_identifier() -{ - $vendor = pts_vendor_identifier(); - - if(!is_file(XML_DISTRO_DIR . $vendor . "-packages.xml") && !is_file(SCRIPT_DISTRO_DIR . "install-" . $vendor . "-packages.sh")) - { - // TODO: Move this out to an XML file instead of hard-coding the "links" - switch($vendor) - { - case "suselinux": - $vendor = "opensuse"; - break; - } - } - - return $vendor; -} function pts_install_package_on_distribution($identifiers) { // PTS External Dependencies install on distribution -- cgit