From acc30f0c431e4ad89296f4bd9b81e97f970ac6c7 Mon Sep 17 00:00:00 2001 From: Torsten Hilbrich Date: Sun, 13 May 2001 10:30:00 +0200 Subject: Imported version 1.3.1 from tarball small fix in dictionary function to check for availability of the utf-8 encoding to prevent problems in certain xemacs versions (reported by Jeff Mincy) added debian support (use dpkg-buildpackage to build a package) --- debian/postinst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 debian/postinst (limited to 'debian/postinst') diff --git a/debian/postinst b/debian/postinst new file mode 100755 index 0000000..2333df3 --- /dev/null +++ b/debian/postinst @@ -0,0 +1,6 @@ +#!/bin/sh + +PACKAGE=dictionary + +/usr/lib/emacsen-common/emacs-package-install $PACKAGE + -- cgit v1.2.3