removefile.pm (9780544f) removefile.pm (b274bc22)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 126 unchanged lines hidden (view full) ---

135
136 push(@removefiletable, $oneline);
137 }
138
139 # Saving the file
140
141 my $removefiletablename = $basedir . $installer::globals::separator . "RemoveFi.idt";
142 installer::files::save_file($removefiletablename ,\@removefiletable);
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 126 unchanged lines hidden (view full) ---

135
136 push(@removefiletable, $oneline);
137 }
138
139 # Saving the file
140
141 my $removefiletablename = $basedir . $installer::globals::separator . "RemoveFi.idt";
142 installer::files::save_file($removefiletablename ,\@removefiletable);
143 my $infoline = "Created idt file: $removefiletablename\n";
144 push(@installer::globals::logfileinfo, $infoline);
145
143 $installer::logger::Lang->printf("Created idt file: %s\n", $removefiletablename);
146}
147
1481;
144}
145
1461;