Bug#383201: yelp: Doesn't display any help
Loïc Minier
lool at dooz.org
Tue Aug 15 17:21:11 UTC 2006
reassign 383201 tomboy
reopen 382800
severity 382800 critical
severity 383201 critical
merge 382800 383201
stop
Hi,
The fix in tomboy 0.3.9+dfsg-1 is insufficient, you need to fix the
broken scrollkeeper database with a postinst snippet such as:
# version 0.3.9-1 started shipping /var/lib/scrollkeeper erroneously, hence
# the database was overwritten and needs a full rebuild
if [ "$1" = "configure" ] && dpkg --compare-versions "$2" ge "0.3.9-1" && dpkg --compare-versions "$2" lt "0.3.9+dfsg-2" && which scrollkeeper-rebuilddb >/dev/null 2>&1; then
echo "Upgrade from broken Tomboy version detected, running scrollkeeper-rebuilddb..."
scrollkeeper-rebuilddb -q
fi
(Replace 0.3.9+dfsg-2 with the version in which you include the snippet.)
Bye,
--
Loïc Minier <lool at dooz.org>
More information about the Pkg-gnome-maintainers
mailing list