cmake-data 221 B

1234567891011
  1. #!/bin/sh
  2. set -e
  3. FLAVOR=$1
  4. PACKAGE=cmake-data
  5. ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE}
  6. if [ ${FLAVOR} != emacs ]; then
  7. echo remove/${PACKAGE}: Purging byte-compiled files for ${FLAVOR}
  8. rm -rf "${ELCDIR}"
  9. fi