
| Current Path : /lib/emacsen-common/packages/remove/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //lib/emacsen-common/packages/remove/latex-cjk-common |
#!/bin/sh -e
# /usr/lib/emacsen-common/packages/remove/latex-cjk-common
FLAVOR=$1
PACKAGE=latex-cjk-common
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/latex-cjk.info.gz
# fi
echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE}
fi