File: mmm-mode.emacsen-remove

package info (click to toggle)
mmm-mode 0.5.8-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 852 kB
  • sloc: lisp: 3,887; sh: 560; makefile: 42
file content (10 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

FLAVOR="$1"

echo "install/mmm-mode: Handling removal of emacsen flavor ${FLAVOR}"

echo "install/mmm-mode: purging byte-compiled files for ${FLAVOR}"
rm -rf /usr/share/${FLAVOR}/site-lisp/mmm-mode/*.elc

exit 0;