Remove hardcoded libtermcap vs bash kludge.
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 26 Jun 2007 17:46:51 +0000 (20:46 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 26 Jun 2007 17:46:51 +0000 (20:46 +0300)
lib/psm.c

index 35e8328..b148370 100644 (file)
--- a/lib/psm.c
+++ b/lib/psm.c
@@ -650,10 +650,6 @@ static rpmRC runScript(rpmpsm psm, Header h, const char * sln,
 
     psm->sq.reaper = 1;
 
-    /* XXX bash must have functional libtermcap.so.2 */
-    if (!strcmp(n, "libtermcap"))
-       ldconfig_done = 0;
-
     /*
      * If a successor node, and ldconfig was just run, don't bother.
      */