205206207208209210211212213214215216
} // Deb target if ( target instanceof DebTarget ) { DebInstallerCommand debCmd = new DebInstallerCommand( this, ( DebTarget ) target ); debCmd.execute(); } // Mac OS X PKG target if ( target instanceof MacOsXPkgTarget ) {