From e789ca2b064191182ad0016d676ff433a60d51a3 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 3 Jun 2010 14:33:37 +0200 Subject: Prepare 15.7a-4 --- debian/cscope-el.emacsen-remove | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 debian/cscope-el.emacsen-remove (limited to 'debian/cscope-el.emacsen-remove') diff --git a/debian/cscope-el.emacsen-remove b/debian/cscope-el.emacsen-remove new file mode 100644 index 0000000..859d389 --- /dev/null +++ b/debian/cscope-el.emacsen-remove @@ -0,0 +1,11 @@ +#!/bin/sh +set -e + +FLAVOUR=$1 +PACKAGE=cscope +ELCFILE=xcscope.elc + +if [ $FLAVOUR != emacs ]; then + echo "remove/$PACKAGE: Purging byte-compiled files for $FLAVOUR" + rm -f /usr/share/$FLAVOUR/site-lisp/$ELCFILE +fi -- cgit v1.2.3-54-g00ecf