File: emacsen-remove

package info (click to toggle)
paredit-el 19-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 128 kB
  • ctags: 76
  • sloc: lisp: 1,226; makefile: 38; sh: 29
file content (12 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh -e
# /usr/lib/emacsen-common/packages/remove/paredit-el

FLAVOR=$1
PACKAGE=paredit-el

if test "${FLAVOR}" = 'emacs' -o "$(echo ${FLAVOR} | cut -c-6)" = 'xemacs'; then
    exit 0
fi

echo "remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}"
rm -rf "/usr/share/${FLAVOR}/site-lisp/${PACKAGE}"