tags 391208 patch thanks This is the patch corresponding to the NMU I just uploaded. I did not wait the normal 7 days because the package has not been updated in 18 months, so I did not anticipate activity. Sorry if that was wrong. :)
diff -u ethiop-0.7/debian/changelog ethiop-0.7/debian/changelog
--- ethiop-0.7/debian/changelog
+++ ethiop-0.7/debian/changelog
@@ -1,3 +1,10 @@
+ethiop (0.7-9.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Call texhash only if it's present (closes: #391208).
+
+ -- martin f. krafft <[EMAIL PROTECTED]> Sat, 7 Oct 2006 14:00:45 +0200
+
ethiop (0.7-9) unstable; urgency=low
* Corrected upstream URI in debian/copyright.
diff -u ethiop-0.7/debian/postrm ethiop-0.7/debian/postrm
--- ethiop-0.7/debian/postrm
+++ ethiop-0.7/debian/postrm
@@ -8,7 +8,7 @@
echo "Removing ethiop font files in /var/spool/texmf..."
echo ""
rm -f `find /var/spool/texmf -name "eth*.*"`
- texhash
+ [ -x "$(command -v texhash 2>/dev/null)" ] && texhash
elif [ "$1" = "remove" ]
then
--
.''`. martin f. krafft <[EMAIL PROTECTED]>
: :' : proud Debian developer, author, administrator, and user
`. `'` http://people.debian.org/~madduck - http://debiansystem.info
`- Debian - when you have better things to do than fixing systems
signature.asc
Description: Digital signature (GPG/PGP)

