}
// Custom uninstallation type
if ( data.getInstallationType().equals(data.getCustomActionCommand())) {
// Saving typical selection state values, if they are not already saved.
if ( ! data.typicalSelectionStateSaved()) {
ModuleCtrl.saveTypicalSelectionStates(packageData);
data.setTypicalSelectionStateSaved(true);
}
// Setting custom selection state values, if they have been saved before.