#!/bin/sh # postrm script for rhdropbox set -e if [ "$1" = "purge" ] ; then update-rc.d rhdropbox remove >/dev/null || exit $? fi