this can be removed now

f41
David Tardon 14 years ago
parent 36ecc53b35
commit ba270ffcf0

@ -1204,10 +1204,6 @@ pushd sysui/output/usr/share/
rm -rf icons/gnome applications application-registry
# rhbz#156067 don't version the icons
find . -name "*.desktop" -exec sed -i -e s/$PRODUCTVERSIONSHORT//g {} \;
find . -name "*libreoffice$PRODUCTVERSIONSHORT*" -print \
| while read path; do
mv $path `echo $path | sed s/libreoffice$PRODUCTVERSIONSHORT/libreoffice/`
done
find . -type l -print \
| while read path; do
target=`readlink $path`

Loading…
Cancel
Save