#!/bin/sh set -e if [ "$1" = "remove" ]; then invoke-rc.d autox stop fi #DEBHELPER# exit 0