]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
bash: Run scriptlet after the transaction is doen.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 4 Mar 2012 20:13:07 +0000 (21:13 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 4 Mar 2012 20:13:07 +0000 (21:13 +0100)
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.

bash/bash.nm

index bc5364cb6cf0029c8d1ff9ffea63b04d0e1c7e9b..f2a57a2da8059b8ae144c97e4987dda682adf901 100644 (file)
@@ -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