#!/bin/sh # postinst script for rhdropbox set -e if [ -x "/etc/init.d/rhdropbox" ]; then update-rc.d rhdropbox defaults >/dev/null fi