#!/bin/sh

set -e

case "$1" in
	configure)
		rfsnsswitch.sh install
	;;
esac

exit 0
