Move stop_service() to pkg-utils.

This commit is contained in:
Colin Smith 2005-10-02 20:35:06 +00:00
parent 0cab7cadcb
commit 734cd552f2

View File

@ -118,7 +118,6 @@ switch($_GET['mode']) {
$todel = substr(reverse_strrchr($config['installedpackages']['package'][$id]['depends_on_package'], "."), 0, -1);
delete_package($todel);
delete_package_xml($_GET['pkg']);
stop_service($_GET['pkg']);
update_status("Package deleted.");
$static_output .= "\nPackage deleted.";
update_output_window($static_output);