summaryrefslogtreecommitdiffstats
path: root/system/fish/doinst.sh
diff options
context:
space:
mode:
author Edinaldo P. Silva <edps.mundognu@gmail.com>2015-07-31 13:32:57 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-07-31 13:32:57 +0700
commitbd42c1db69c8b1c1e4d23f8e326c3d2a70781ef6 (patch)
tree839c7c91ae498c280c64e7f0b84c80d14e35eead /system/fish/doinst.sh
parent1d72f44ff962a4a71266525e5e0fbd4cc4c38895 (diff)
downloadslackbuilds-bd42c1db69c8b1c1e4d23f8e326c3d2a70781ef6.tar.gz
slackbuilds-bd42c1db69c8b1c1e4d23f8e326c3d2a70781ef6.tar.xz
system/fish: Updated for version 2.2.0 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fish/doinst.sh')
-rw-r--r--system/fish/doinst.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/fish/doinst.sh b/system/fish/doinst.sh
index d34cf8602d..1632c14d33 100644
--- a/system/fish/doinst.sh
+++ b/system/fish/doinst.sh
@@ -13,3 +13,5 @@ config() {
config etc/fish/config.fish.new
+# add Fish to /etc/shells
+grep -qe '^/usr/bin/fish$' /etc/shells || echo '/usr/bin/fish' >> /etc/shells