#!/bin/sh

#DEBHELPER#

if [ "$1" = "purge" ] ; then
        update-rc.d vbesave remove >/dev/null || exit $?
fi