// 300debian
/**  
 * Debian package driver settings
 */
$mime_drivers['horde']['deb'] = array(
    'location' => '/usr/bin/dpkg',
    'inline' => false,
    'handles' => array(
        'application/x-deb', 'application/x-debian-package'
    ),
    'icons' => array(
        'default' => 'deb.png'
    )
);   

