diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-08-08 11:57:09 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-08-10 13:22:50 +0000 |
commit | 765091b9be3071541117fe5565691862c1156826 (patch) | |
tree | c4b315a0becf7134d7ece5386f056d3af4b83d5b /main/fish/fish.post-install | |
parent | 5bc39a7221e1a760864bf5bf409ba60ea3d494c3 (diff) | |
download | aports-765091b9be3071541117fe5565691862c1156826.tar.bz2 aports-765091b9be3071541117fe5565691862c1156826.tar.xz |
main/fish: add /usr/bin/fish to /etc/shells
Diffstat (limited to 'main/fish/fish.post-install')
-rw-r--r-- | main/fish/fish.post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/fish/fish.post-install b/main/fish/fish.post-install new file mode 100644 index 0000000000..e725135f28 --- /dev/null +++ b/main/fish/fish.post-install @@ -0,0 +1,3 @@ +#!/bin/sh +add-shell '/usr/bin/fish' +exit 0 |