#!/bin/bash

if [ -f /etc/init.d/cmucl  ] ; then
  update-rc.d -f cmucl remove 2> /dev/null > /dev/null
  rm -f /etc/init.d/cmucl
fi

#DEBHELPER#

