postrm and preinst nuke more even unused variables

those templates are nowhere to be found.

svn path=/dists/trunk/linux-2.6/; revision=14646
This commit is contained in:
Maximilian Attems 2009-11-17 13:27:20 +00:00
parent bce89b35a4
commit 1c6289c6bf
2 changed files with 0 additions and 10 deletions

View File

@ -55,11 +55,6 @@ $Loader = "ELILO" if $loader =~ /^elilo/io;
my $temp_file_name = "/var/log/$loader" . "_log.$$";
#known variables
my @boilerplate = ();
my @silotemplate = ();
my @quiktemplate = ();
my @palotemplate = ();
my @vmelilotemplate = ();
my $image_dest = "/";
my $realimageloc = "/$image_dir/";
my $CONF_LOC = '/etc/kernel-img.conf';

View File

@ -28,11 +28,6 @@ my $ramdisk = "=MK"; # List of tools to create initial ram fs.
my $package_name = "=ST-image-$version";
#known variables
my @boilerplate = ();
my @silotemplate = ();
my @quiktemplate = ();
my @palotemplate = ();
my @vmelilotemplate = ();
my $image_dest = "/";
my $realimageloc = "/$image_dir/";
my $CONF_LOC = '/etc/kernel-img.conf';