#!/bin/sh
#
#DEBHELPER#
# 

set -e

fizsh=$(which fizsh)

/etc/fizsh/modify-etc-shells.zsh --remove $fizsh

exit 0
