From 7868a869fda3e28230c19abc492057cc91b84902 Mon Sep 17 00:00:00 2001 From: k clair Date: Tue, 9 Oct 2012 12:24:40 -0700 Subject: remove debian packaging files from master branch. master should only have the source files and the README --- gnutls-1.1.9/debian/emacsen-remove.ex | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 gnutls-1.1.9/debian/emacsen-remove.ex (limited to 'gnutls-1.1.9/debian/emacsen-remove.ex') diff --git a/gnutls-1.1.9/debian/emacsen-remove.ex b/gnutls-1.1.9/debian/emacsen-remove.ex deleted file mode 100644 index 2599e78..0000000 --- a/gnutls-1.1.9/debian/emacsen-remove.ex +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -e -# /usr/lib/emacsen-common/packages/remove/python-gnutls - -FLAVOR=$1 -PACKAGE=python-gnutls - -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/python-gnutls.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