~ubuntu-branches/ubuntu/warty/gettext/warty-security

« back to all changes in this revision

Viewing changes to debian/remove

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2002-04-10 13:17:42 UTC
  • Revision ID: james.westby@ubuntu.com-20020410131742-mg9diwfo6x2map26
Tags: 0.10.40-5
Modified /etc/emacs/site-start.d/50gettext.el so that it only uses
modify-coding-system-alist when it's actually ok to do so.
This closes: #110416 (xemacs21) and also closes: #141446 (emacs19).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
set -e
 
3
 
 
4
FLAVOR=$1
 
5
PACKAGE=gettext
 
6
 
 
7
if [ ${FLAVOR} != emacs ]; then
 
8
  echo remove/${PACKAGE}: Purging byte-compiled files for ${FLAVOR}
 
9
  rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE}
 
10
fi