Sha256: 7181be859a16896d7854748cb131b2a3fa831247c8a248417c689c505a6a2d54
Contents?: true
Size: 224 Bytes
Versions: 602
Compression:
Stored size: 224 Bytes
Contents
#!/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
Version data entries
602 entries across 602 versions & 3 rubygems