From e620d0a9d88875c425741ad2d40579e61cdd15b0 Mon Sep 17 00:00:00 2001 From: nima Date: Fri, 19 Dec 2008 02:23:32 +0000 Subject: Removed junk and doing more debianizing - WIP. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@118 abc39116-655e-4be6-ad55-d661dc543056 --- debian/emacsen-remove.ex | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 debian/emacsen-remove.ex (limited to 'debian/emacsen-remove.ex') diff --git a/debian/emacsen-remove.ex b/debian/emacsen-remove.ex deleted file mode 100644 index d15e6c6..0000000 --- a/debian/emacsen-remove.ex +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -e -# /usr/lib/emacsen-common/packages/remove/dmidecode - -FLAVOR=$1 -PACKAGE=dmidecode - -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/dmidecode.info.gz - fi - - echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR} - rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE} -fi -- cgit