# Automatically added by dh_installinit
if [ -x "/etc/init.d/whatwhat" ]; then
	update-rc.d whatwhat defaults >/dev/null
	if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
		invoke-rc.d whatwhat start || exit $?
	else
		/etc/init.d/whatwhat start || exit $?
	fi
fi
# End automatically added section
# Automatically added by dh_pysupport
if [ "$1" = "configure" ] && which update-python-modules >/dev/null 2>&1; then
	update-python-modules -i /usr/share/python-support/whatwhat
fi
# End automatically added section
