#!/bin/sh
#
# Perform necessary sugarjar removal steps
# after package is uninstalled.
#

echo "sugarjar has been uninstalled!"

exit 0
