#! /bin/sh
# postinst script for fish
#
# see: dh_installdeb(1)

set -e

add-shell /usr/bin/fish

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0


