summaryrefslogtreecommitdiff
path: root/debian/cscope.emacsen-remove
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2010-06-03 14:33:37 +0200
committerTobias Klauser <tklauser@distanz.ch>2010-06-03 15:47:57 +0200
commite789ca2b064191182ad0016d676ff433a60d51a3 (patch)
treef6ae950cafbb3811b85ea51200df8acded669f0f /debian/cscope.emacsen-remove
parentdd1ba6f530787377b3b13c0c01f426c271bd3225 (diff)
Prepare 15.7a-4HEADmaster
Diffstat (limited to 'debian/cscope.emacsen-remove')
-rw-r--r--debian/cscope.emacsen-remove11
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/cscope.emacsen-remove b/debian/cscope.emacsen-remove
deleted file mode 100644
index 859d389..0000000
--- a/debian/cscope.emacsen-remove
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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