#!/bin/sh

set -e

# Remove old config file
test -f /etc/emacs/site-start.d/60cltl-ilisp.el && rm -f /etc/emacs/site-start.d/60cltl-ilisp.el

case "$1" in
    install|upgrade) 
	;;
    abort-upgrade)
	;;
    *)
        echo "preinst called with unknown argument '$1'" >&2
	;;
esac

#DEBHELPER#
