File: emacsen-remove

package info (click to toggle)
gnuplot-mode 1%3A0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,400 kB
  • ctags: 318
  • sloc: lisp: 5,828; sh: 524; makefile: 33
file content (15 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh -e
# /usr/lib/emacsen-common/packages/remove/gnuplot-mode

FLAVOR=$1
PACKAGE=gnuplot-mode

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/gnuplot-mode.info.gz
#    fi

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