From 26f7a706e9b210da5fd9e8d19e91ca964f6a4f11 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Tue, 17 Apr 2012 14:39:04 -0400 Subject: [PATCH] remove 'loadkeys' stub (#804306) Just use the regular 'loadkeys' binary, for pity's sake. --- share/runtime-postinstall.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl index cd4013e0..0b171cab 100644 --- a/share/runtime-postinstall.tmpl +++ b/share/runtime-postinstall.tmpl @@ -4,7 +4,7 @@ <%page args="root, basearch, libdir, configdir"/> <% PYTHONDIR = glob("usr/"+libdir+"/python?.?")[0] -stubs = ("list-harddrives", "loadkeys", "raidstart", "raidstop") +stubs = ("list-harddrives", "raidstart", "raidstop") configdir = configdir + "/common" %>