ハラダです。
今日 gnome-utils を synaptic でアップデートしたところ、
以下のエラーが出力されました。
--<ここから>--
パッケージ gnome-utils-2.26.0-3vl5 をインストール中に:
/var/tmp/rpm-tmp.36150: line 11: syntax error near unexpected token `fi'
/var/tmp/rpm-tmp.36150: line 11: `fi'
エラー: %preun(gnome-utils-2.26.0-2vl5.i386) スクリプトの実行に失敗しました。終
了ステータス 2
W: Some errors occurred while running transaction
--<ここまで>--
$ rpm -q --scripts gnome-utils
<中略>
preuninstall scriptlet (using /bin/sh):
if [ "$1" -eq 0 ]; then
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
SCHEMAS="gnome-dictionary.schemas gfloppy.schemas \
gnome-search-tool.schemas gnome-screenshot.schemas \
logview.schemas baobab.schemas"
for S in $SCHEMAS; do
if [ -f /etc/gconf/schemas/$f ]; then
gconftool-2 --makefile-uninstall-rule \
/etc/gconf/schemas/$S >& /dev/null ||:
fi
fi
↑となっているので、done が抜けてるのが原因かな⁇
--
--------------------------------------
Kazutaka HARADA
e-mail:kazutaka@xxxxxxxxxxxxxxxx
--------------------------------------