- Remove dangling symlinks from previous versions bnc#884942

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=206
This commit is contained in:
Tomáš Chvátal 2014-12-03 11:10:21 +00:00 committed by Git OBS Bridge
parent 59733511fa
commit df0c9f8737
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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