File: remove

package info (click to toggle)
x-symbol 3.3b-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,296 kB
  • ctags: 682
  • sloc: lisp: 9,017; makefile: 201; sh: 50; perl: 46
file content (20 lines) | stat: -rw-r--r-- 686 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#! /bin/bash -e
# /usr/lib/emacsen-common/packages/install/x-symbol

# This package works with xemacs only

FLAVOR=$1
ELD=/usr/share/xemacs/site-lisp/x-symbol/
ELCD=/usr/share/${FLAVOR}/site-lisp/x-symbol/
FILES="`cd /usr/share/xemacs/site-lisp/x-symbol; echo *.el`"

echo install/x-symbol: Handling install of emacsen flavor ${FLAVOR}

if [ "${FLAVOR}" == xemacs20 -o "${FLAVOR}" == xemacs21 ]; then
#    echo install/x-symbol: install Info links for ${FLAVOR}
#    install-info-altdir --quiet --section "" "" --dirname=${FLAVOR} \
#	/usr/info/x-symbol.info.gz
    echo remove/x-symbol: purging byte-compiled files for ${FLAVOR}
    rm -rf /usr/share/${FLAVOR}/site-lisp/x-symbol/

fi