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