summaryrefslogtreecommitdiff
path: root/debian/cscope.preinst
diff options
context:
space:
mode:
authortony mancill <tmancill@debian.org>2010-06-03 13:40:55 +0200
committerTobias Klauser <tklauser@distanz.ch>2010-06-03 13:40:55 +0200
commit2532a731d79ab37ac27c17fb84b6017a7f1ae4cb (patch)
treed3dfc2464b2db0d3522538c8013269dab9ebc3cf /debian/cscope.preinst
parentc3ca49de5b937873d599ce862ae1f365499f8bfb (diff)
Bug#565727: cscope: diff for NMU version 15.7a-3.1
tags 565727 + pending thanks Dear maintainer, I've prepared an NMU for cscope (versioned as 15.7a-3.1) and uploaded it to DELAYED/3. Please feel free to tell me if I should delay it longer. Regards, Tony
Diffstat (limited to 'debian/cscope.preinst')
-rw-r--r--debian/cscope.preinst2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/cscope.preinst b/debian/cscope.preinst
index f2c5f51..ea3d057 100644
--- a/debian/cscope.preinst
+++ b/debian/cscope.preinst
@@ -1,5 +1,7 @@
#!/bin/sh -e
+set -e
+
cleanup_sitestart() {
if [ -e /etc/emacs/site-start.d/50cscope.el ]; then
rm -f /etc/emacs/site-start.d/50cscope.el