Adding the following to debian/ubuntu-docs.postinst before the ";;" line
should do the job:

        link=/usr/share/gnome/help/libs
        if [ -d "$link" ] && ! [ -L "$link" ] \
           && dpkg --compare-versions "$2" lt-nl <version-which-fixes-this>
        then
                rmdir "$link"
                ln -s ../../ubuntu-docs/libs "$link"
        fi

-- 
System->About Ubuntu homepage has glitchy "Thank you" line
https://bugs.launchpad.net/bugs/303578
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to