#!/bin/sh -e

if [ "$1" = "remove" ] && [ -x /usr/bin/scrollkeeper-update ]; then
  scrollkeeper-update -q
fi

#DEBHELPER#

exit 0
