summaryrefslogtreecommitdiff
path: root/debian/cscope-el.emacsen-remove
blob: 859d389c742ba1c8388fedebc788b826d5b2385a (plain)
1
2
3
4
5
6
7
8
9
10
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