From 9644609c9b9c3eab6e2c302359ac046e8ae591ad Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Mon, 20 Feb 2012 00:19:34 +0000 Subject: dh_make initial --- debian/emacsen-remove.ex | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debian/emacsen-remove.ex (limited to 'debian/emacsen-remove.ex') diff --git a/debian/emacsen-remove.ex b/debian/emacsen-remove.ex new file mode 100644 index 0000000..c1b5574 --- /dev/null +++ b/debian/emacsen-remove.ex @@ -0,0 +1,15 @@ +#!/bin/sh -e +# /usr/lib/emacsen-common/packages/remove/modbuslog + +FLAVOR=$1 +PACKAGE=modbuslog + +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/share/info/modbuslog.info.gz + fi + + echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR} + rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE} +fi -- cgit v1.2.3