File: emacsen-remove

package info (click to toggle)
emms 4.0-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,224 kB
  • ctags: 1,152
  • sloc: lisp: 10,002; makefile: 139; perl: 61; ansic: 40; sh: 38
file content (10 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e
# /usr/lib/emacsen-common/packages/remove/emms

FLAVOR=$1
PACKAGE=emms

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