tags 289739 + patch
thanks

Even though this a simple fix, I provide anyhow a patch for it.

(the patch is attached to this email)

-- 
Regards,

Mirco 'meebey' Bauer

PGP-Key:
http://keyserver.noreply.org/pks/lookup?op=get&search=0xEEF946C8

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GIT d s-:+ a-- C++ UL++++$ P L++$>+++$ E- W+++$ N o? K- w++>! O---- M-
V? PS
PE+ Y- PGP++ t 5+ X++ R tv+ b+ DI? D+ G>++ e h! r->++ y?
------END GEEK CODE BLOCK------
diff -ur inform-6.30.orig/debian/doc.postinst inform-6.30/debian/doc.postinst
--- inform-6.30.orig/debian/doc.postinst	2005-06-11 20:05:49.000000000 +0200
+++ inform-6.30/debian/doc.postinst	2005-06-11 20:09:31.000000000 +0200
@@ -8,11 +8,11 @@
   fi
 fi
 
-if [ -e /usr/bin/update-menus ]; then
+if [ -x /usr/bin/update-menus ]; then
   update-menus
 fi
 
-if [ -e /usr/sbin/install-info ]; then
+if [ -x /usr/sbin/install-info ]; then
   install-info --quiet \
 	--section Development Development \
 	--description="Infocom-style adventure game compiler" \
diff -ur inform-6.30.orig/debian/doc.prerm inform-6.30/debian/doc.prerm
--- inform-6.30.orig/debian/doc.prerm	2005-06-11 20:05:49.000000000 +0200
+++ inform-6.30/debian/doc.prerm	2005-06-11 20:10:09.000000000 +0200
@@ -3,6 +3,6 @@
   rm -f /usr/doc/inform-docs
 fi
 
-if [ -e /usr/sbin/install-info ]; then
+if [ -x /usr/sbin/install-info ]; then
   install-info --remove /usr/info/inform.info.gz
 fi

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to