#! /bin/sh

if [ "$1" = "configure" -a -x /usr/bin/update-menus ]; then
	update-menus
fi

if [ "$1" = "configure" ]; then
	scrollkeeper-update -q
fi
