
/**
 * RPM driver settings
 * Uncomment these lines to use this driver.
 */

/* Location of the rpm binary. */
$mime_drivers['horde']['rpm']['location'] = '/usr/bin/rpm';
$mime_drivers['horde']['rpm']['inline'] = false;
$mime_drivers['horde']['rpm']['handles'] = array(
    'application/x-rpm',
    'x-extension/rpm');
$mime_drivers['horde']['rpm']['icons'] = array(
    'default' => 'rpm.gif');


/**
 * Debian package driver settings
 * Uncomment these lines to use this driver.
 */

/* Location of the dpkg binary. */
// $mime_drivers['horde']['deb']['location'] = '/usr/bin/dpkg';
// $mime_drivers['horde']['deb']['inline'] = false;
// $mime_drivers['horde']['deb']['handles'] = array(
//     'application/x-debian-package',
//     'x-extension/deb');
// $mime_drivers['horde']['deb']['icons'] = array(
//     'default' => 'deb.gif');
