File: prolog-el.emacsen-remove

package info (click to toggle)
prolog-el 1.23-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 212 kB
  • sloc: lisp: 3,024; makefile: 40; sh: 25
file content (10 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e
# /usr/lib/emacsen-common/packages/remove/prolog-el

FLAVOR=$1
PACKAGE=prolog-el

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