control: tags -1 confirmed
Hi,
This error is caused by prerm script
---------------------------------------------------------------------
#!/bin/sh
set -e
# Automatically added by dh_installdefoma
FILE='/etc/defoma/hints/ttf-okolaks.hints'
if [ "$1" = remove ]; then
test -x `which defoma-font` && defoma-font update ttf-okolaks
fi
# End automatically added section
---------------------------------------------------------------------
dh_installdefoma automatically generates this, but it's wrong...
>>defoma-font update ttf-okolaks
should be
>>defoma-font purge-all /etc/defoma/hints/ttf-okolaks.hint
However, defoma has gone from Debian, so we should deal with another way
instead of fixing defoma.
--
Regards,
Hideki Yamane henrich @ debian.or.jp/org
http://wiki.debian.org/HidekiYamane
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]