summaryrefslogtreecommitdiff
path: root/user/fish/fish.post-install
diff options
context:
space:
mode:
authorKiyoshi Aman <kiyoshi.aman+apkfission@gmail.com>2018-07-26 19:17:02 -0500
committerKiyoshi Aman <kiyoshi.aman+apkfission@gmail.com>2018-07-26 19:17:02 -0500
commit24ebc6cd6abc690877dedf82800bceb7eafcc82c (patch)
treed78b91bffc5fe61ab94427ad3d2d9e1c91da85c2 /user/fish/fish.post-install
parent7200f8b6ddc2551b04dd27afc3e03cc1129c62c8 (diff)
downloadpackages-24ebc6cd6abc690877dedf82800bceb7eafcc82c.tar.gz
packages-24ebc6cd6abc690877dedf82800bceb7eafcc82c.tar.bz2
packages-24ebc6cd6abc690877dedf82800bceb7eafcc82c.tar.xz
packages-24ebc6cd6abc690877dedf82800bceb7eafcc82c.zip
user/fish: pull in, take, modernise
Diffstat (limited to 'user/fish/fish.post-install')
-rw-r--r--user/fish/fish.post-install3
1 files changed, 3 insertions, 0 deletions
diff --git a/user/fish/fish.post-install b/user/fish/fish.post-install
new file mode 100644
index 000000000..e725135f2
--- /dev/null
+++ b/user/fish/fish.post-install
@@ -0,0 +1,3 @@
+#!/bin/sh
+add-shell '/usr/bin/fish'
+exit 0