#!/bin/sh -e
# /usr/lib/emacsen-common/packages/remove/devscripts-el

FLAVOR=$1
PACKAGE=devscripts-el

echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
rm -f /usr/share/${FLAVOR}/site-lisp/${PACKAGE}/*.elc

