diff options
Diffstat (limited to 'repo/util/bash.xibuild')
-rw-r--r-- | repo/util/bash.xibuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repo/util/bash.xibuild b/repo/util/bash.xibuild index 81fec13..0288b77 100644 --- a/repo/util/bash.xibuild +++ b/repo/util/bash.xibuild @@ -15,3 +15,6 @@ package () { ln $PKG_DEST/usr/bin/bash $PKG_DEST/usr/bin/sh } +postinstall () { + echo "/bin/bash" >> /etc/shells +} |