diff options
Diffstat (limited to 'user/fish/fish.post-install')
-rw-r--r-- | user/fish/fish.post-install | 3 |
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 |