migration from private to rsa
[external/bash.git] / debian / bashdb.emacsen-remove
1 #!/bin/sh -e
2 # /usr/lib/emacsen-common/packages/remove/bashdb
3
4 FLAVOR=$1
5 PACKAGE=bashdb
6
7 if [ ${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} \
11             /usr/share/info/${PACKAGE}.info.gz
12     fi
13
14     echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
15     rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE}
16 fi