From: Michael Tremer Date: Sun, 4 Mar 2012 20:13:07 +0000 (+0100) Subject: bash: Run scriptlet after the transaction is doen. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e13ce8c822b86aff34bcf415cea8b462ceab292;p=ipfire-3.x.git bash: Run scriptlet after the transaction is doen. In some occasions the dependency cycle was broken at the wrong place and in fact, it is hard to break that correctly. I think we can wait for /etc/shells filled with all the shells we do have until the end of the transaction. --- diff --git a/bash/bash.nm b/bash/bash.nm index bc5364cb6..f2a57a2da 100644 --- a/bash/bash.nm +++ b/bash/bash.nm @@ -5,7 +5,7 @@ name = bash version = 4.2 -release = 5 +release = 6 groups = System/Tools url = http://www.gnu.org/software/bash/ @@ -75,7 +75,7 @@ packages /etc/profile end - script postin + script posttransin # Create /etc/shells, if it does not exist. [ -f "/etc/shells" ] || touch /etc/shells