#!/bin/sh -e

if [ "$1" = "remove" ]; then
    /etc/init.d/autoscan stop || true
fi



exit 0
