#!/bin/bash
set -e
name=fish
version=4.8.1
release=1
grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish' >> etc/shells

