#!/bin/sh

case $2 in
	POST-INSTALL)
		chsh -s ${PKG_PREFIX}/libexec/sshoutd sshout
		;;
esac
