#!/bin/sh set -e # Automatically added by dh_installinit/13.11.10ubuntu1 if [ "$1" = "install" ] && [ -n "$2" ] && [ -e "/etc/init.d/rasdaemon" ] ; then chmod +x "/etc/init.d/rasdaemon" >/dev/null || true fi # End automatically added section