#!/bin/sh

if [ "$1" == "configure" ]; then
	[ ! -f /etc/shells ] && touch /etc/shells
	grep -q /bin/bash4 /etc/shells 2>/dev/null || echo "/bin/bash4" >> /etc/shells
fi

#DEBHELPER#
