#!/bin/sh

set -e

# Is dev-assistant running?
#if pgrep -x "dev-assistant" || [ -z "$(ps)" ] > /dev/null
#  then continue
#  else
#    echo "
#          ***   Warning !!  ***
#	  For security reasons, vdev only can be installed using the dev-assistant tool.
#          Please, install this package and follow the instructions.
#	 "
#    exit 1
#fi

#if [ -x /etc/boot.d/vdev ]; then 
#  rm -f /etc/boot.d/vdev
#fi

find /usr/share/initramfs-tools -name "udev" -exec rm -f {} \;

#DEBHELPER#
