source: projects/specs/trunk/t/tc-el/tc-el-remove.sh @ 1692

Revision 1692, 465 bytes checked in by iwaim, 14 years ago (diff)

tc-el: add files for 2.3.1-1

Line 
1#!/bin/sh -e
2# /usr/lib/emacsen-common/packages/remove/t-code
3
4FLAVOR=$1
5PACKAGE=tc-el
6
7if [ ${FLAVOR} != emacs ]; then
8#    if test -x /usr/sbin/install-info-altdir; then
9#        echo remove/${PACKAGE}: removing Info links for ${FLAVOR}
10#        install-info-altdir --quiet --remove --dirname=${FLAVOR} /usr/info/t-code.info.gz
11#    fi
12
13    echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
14    rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE}
15fi
Note: See TracBrowser for help on using the repository browser.