#!/bin/sh -e
FLAVOR=$1
PACKAGE=gnuserv

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