cmake/debian/cmake.emacsen-remove
Pierre Habouzit 6b0ed18677 import cmake 2.6.0-5
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
2008-10-12 18:44:02 +02:00

12 lines
219 B
Bash

#!/bin/sh
set -e
FLAVOR=$1
PACKAGE=cmake
ELCFILE=cmake-mode.elc
if [ ${FLAVOR} != emacs ]; then
echo remove/${PACKAGE}: Purging byte-compiled files for ${FLAVOR}
rm -f /usr/share/${FLAVOR}/site-lisp/${ELCFILE}
fi