File: timidity-el.emacsen-remove

package info (click to toggle)
timidity 2.14.0-8.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,560 kB
  • sloc: ansic: 168,736; sh: 3,730; makefile: 1,399; tcl: 1,048; perl: 285; ruby: 126
file content (16 lines) | stat: -rw-r--r-- 544 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh -e
# /usr/lib/emacsen-common/packages/remove/timidity-el
# $Id: timidity-el.emacsen-remove,v 1.2 2003/12/27 13:31:44 hmh Exp $

FLAVOR=$1
PACKAGE=timidity-el

if [ ${FLAVOR} != emacs ]; then
    if test -x /usr/sbin/install-info-altdir; then
        echo remove/${PACKAGE}: removing Info links for ${FLAVOR}
        install-info-altdir --quiet --remove --dirname=${FLAVOR} /usr/info/timidity.info.gz
    fi

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