diff --git a/libreoffice.changes b/libreoffice.changes index b90c09a..3e3f9ad 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Dec 4 08:33:55 UTC 2014 - tchvatal@suse.com + +- And do it right as it was supposed to be bash variable :) + +------------------------------------------------------------------- +Thu Dec 4 07:43:13 UTC 2014 - fstrba@suse.com + +- Fix typo %{libdir} -> %{_libdir} + +------------------------------------------------------------------- +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..ff763b7 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