config nuke left over mkimage variable

svn path=/dists/trunk/linux-2.6/; revision=14033
This commit is contained in:
Maximilian Attems 2009-07-27 12:27:45 +00:00
parent d5ef06c948
commit 45dc3175d2
1 changed files with 0 additions and 1 deletions

View File

@ -95,7 +95,6 @@ if (-r "$CONF_LOC" && -f "$CONF_LOC" ) {
$postrm_hook = "$1" if /postrm_hook\s*=\s*(\S+)/ig;
$preinst_hook = "$1" if /preinst_hook\s*=\s*(\S+)/ig;
$prerm_hook = "$1" if /prerm_hook\s*=\s*(\S+)/ig;
$mkimage = "$1" if /mkimage\s*=\s*(.+)$/ig;
}
close CONF;
$have_conffile = "Yes";