Artifact 336be314aab02d5cd227ebc33270f620be945954dbb04ff9d59adaa9a230ba19:
- File mtt/lib/examples/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: 480) [annotate] [blame] [check-ins using] [more...]
- File
mttroot/mtt/lib/examples/debian/emacsen-remove.ex
— part of check-in
[e6c98916c8]
at
2004-02-19 00:47:19
on branch origin/master
— 898897 Separate examples from main .deb
Created new .deb package for examples (mtt-examples).mtt-examples depends on mtt.
mtt recommends mtt-examples. (user: geraint@users.sourceforge.net, size: 480) [annotate] [blame] [check-ins using]
#!/bin/sh -e # /usr/lib/emacsen-common/packages/remove/mtt-examples FLAVOR=$1 PACKAGE=mtt-examples 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-examples.info.gz fi echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR} rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE} fi