Artifact b07e6b425f47e8b16583437070d4ef45ff65fad12017ee95215de4831f4268ce:
- File mtt/debian/emacsen-remove.ex — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 453) [annotate] [blame] [check-ins using] [more...]
- File mttroot/mtt/debian/emacsen-remove.ex — part of check-in [e0413185c8] at 2002-04-28 02:54:55 on branch origin/master — Intitial versions of debian package control files. (user: geraint@users.sourceforge.net, size: 453) [annotate] [blame] [check-ins using]
#!/bin/sh -e # /usr/lib/emacsen-common/packages/remove/mtt FLAVOR=$1 PACKAGE=mtt 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/mtt.info.gz fi echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR} rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE} fi