aboutsummaryrefslogtreecommitdiffstats
path: root/main/fish/fish.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'main/fish/fish.post-install')
-rw-r--r--main/fish/fish.post-install3
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