- 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:
parent
59733511fa
commit
df0c9f8737
@ -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
|
Sun Nov 30 10:08:38 UTC 2014 - dmitry_r@opensuse.org
|
||||||
|
|
||||||
|
@ -87,4 +87,7 @@ for libdir in ${libdirs[@]}; do
|
|||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
change_linking ${libdir} $1
|
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
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user