#! /bin/sh

if [ -x /usr/bin/update-menus ]; then
	update-menus
fi

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