postrm revision b1d4fe69c8e173c4653a1ddae49509a7a83242f5
#
# Copyright (C) 2006-2010 Oracle Corporation
#
# This file is part of VirtualBox Open Source Edition (OSE), as
# available from http://www.virtualbox.org. This file is free software;
# General Public License as published by the Free Software Foundation,
# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
# distribution. VirtualBox OSE is distributed in the hope that it will
# be useful, but WITHOUT ANY WARRANTY of any kind.
#
# we can be called with the following arguments (6.5 of Debian policy):
# remove: (our version): remove our package
# purge: (our version): purge our package
# upgrade: (our version): upgrade to a new version
# failed-upgrade (old version): failed to upgrade to a new version
# abort-install (our version): aborted install
# abort-upgrade (old version): aborted upgrade
fi
fi
fi
fi
# remove installed extension packs
if [ "$1" = "purge" ]; then
fi
#DEBHELPER#
exit 0