------------------------------------------------------------
revno: 2072
committer: Rene Engelhard <r...@debian.org>
branch nick: debian
timestamp: Sun 2010-08-01 16:50:58 -0400
message:
  we don't need to install a fixed startcenter.png anymore
modified:
  rules
=== modified file 'rules'
--- a/rules     2010-07-31 22:47:28 +0000
+++ b/rules     2010-08-01 20:50:58 +0000
@@ -3322,13 +3322,7 @@
                fi; \
        done
 
-ifeq "$(USE_OOO_BUILD_DESKTOPS)" "n"
-       # install the matching startcenter.png
-       for i in 16x16 32x32 48x48; do \
-               install -m644 
debian/icons/sysui/desktop/icons/hicolor/$$i/apps/startcenter.png \
-                       
$(PKGDIR)-common/usr/share/icons/hicolor/$$i/apps/openofficeorg$(shell echo 
$(OOVER) | cut -d. -f1)-startcenter.png; \
-       done
-else
+ifeq "$(USE_OOO_BUILD_DESKTOPS)" "y"
        # install ooo-build desktop icons
        for r in 16x16 22x22 24x24 32x32 48x48; do \
                mkdir -p $(PKGDIR)-common/usr/share/icons/hicolor/$$r/apps; \

Reply via email to