~mathiaz/+junk/pkg-puppet-daily-debian-dir

1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -e

FLAVOR=$1
PACKAGE=puppet-el
ELCFILE=puppet-mode.elc

if [ ${FLAVOR} != emacs ]; then
  echo remove/${PACKAGE}: Purging byte-compiled files for ${FLAVOR}
  rm -f /usr/share/${FLAVOR}/site-lisp/${ELCFILE}
fi