From d8d08549efa7eb2f5d1c513e190b3187a4629f34 Mon Sep 17 00:00:00 2001 From: Torsten Hilbrich Date: Sun, 8 Jul 2001 21:44:00 +0200 Subject: Imported version 1.5 from tarball added tooltip support for GNU Emacs 21 --- remove.debian | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 remove.debian (limited to 'remove.debian') diff --git a/remove.debian b/remove.debian deleted file mode 100755 index 991d208..0000000 --- a/remove.debian +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -PACKAGE=dictionary -FLAVOUR=$1 -ELCDIR=/usr/share/$FLAVOUR/site-lisp/ - -SOURCE="connection.el dictionary.el link.el" -CONFFILE=/etc/$FLAVOUR/site-start.d/50${PACKAGE}.el - -case "$FLAVOUR" in - emacs) echo "install/$PACKAGE: Ignoring emacs";; - *) echo -n "remove/$PACKAGE: Removing for $FLAVOUR..." - cd $ELCDIR - for i in $SOURCE; do rm -f ${i}c; done - rm ${CONFFILE} - echo " done." - ;; -esac -- cgit v1.2.3