Date: Tuesday, February 7, 2023 @ 06:57:05
  Author: tpowa
Revision: 468312

add missing .install

Added:
  bash/repos/core-x86_64/bash.install

--------------+
 bash.install |    5 +++++
 1 file changed, 5 insertions(+)

Added: bash.install
===================================================================
--- bash.install                                (rev 0)
+++ bash.install        2023-02-07 06:57:05 UTC (rev 468312)
@@ -0,0 +1,5 @@
+post_upgrade() {
+       grep -qe '^/bin/rbash$' etc/shells || echo '/bin/rbash' >> etc/shells
+       grep -qe '^/usr/bin/rbash$' etc/shells || echo '/usr/bin/rbash' >> 
etc/shells
+}
+

Reply via email to