diff --git a/libreoffice.changes b/libreoffice.changes index b90c09a..e4b4e5a 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 3 11:08:57 UTC 2014 - tchvatal@suse.com + +- Remove dangling symlinks from previous versions bnc#884942 + ------------------------------------------------------------------- Sun Nov 30 10:08:38 UTC 2014 - dmitry_r@opensuse.org diff --git a/link-to-ooo-home b/link-to-ooo-home index a20ae44..a2b78a1 100644 --- a/link-to-ooo-home +++ b/link-to-ooo-home @@ -87,4 +87,7 @@ for libdir in ${libdirs[@]}; do continue fi change_linking ${libdir} $1 + # remove dangling links as they might happen when migratin from older + # libreoffice versions + find %{libdir}/libreoffice -type l -xtype l -delete done