For any package that causes an update to scrollkeeper, you should remove the /var/lib/scrollkeeper stuff from the package (leave only the directory), and add this to the install script: if [ -x /opt/gnome/bin/scrollkeeper-update ]; then if [ -d /var/lib/scrollkeeper ]; then /opt/gnome/bin/scrollkeeper-update -p /var/lib/scrollkeeper fi fi