summaryrefslogtreecommitdiff
path: root/community-testing/fish/fish.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/fish/fish.install')
-rw-r--r--community-testing/fish/fish.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/community-testing/fish/fish.install b/community-testing/fish/fish.install
deleted file mode 100644
index 765006f95..000000000
--- a/community-testing/fish/fish.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- grep -q '/usr/bin/zsh' etc/shells || echo '/usr/bin/zsh' >> etc/shells
-}
-
-post_upgrade() {
- post_install
-}
-
-pre_remove() {
- sed -i '/^\/usr\/bin\/fish/d' /etc/shells
-}