r10814 - /packages/unstable/human-icon-theme/debian/rules

alanbach-guest at users.alioth.debian.org alanbach-guest at users.alioth.debian.org
Sun May 6 15:25:58 UTC 2007


Author: alanbach-guest
Date: Sun May  6 15:25:58 2007
New Revision: 10814

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10814
Log:
Reverted back install-section changes

Modified:
    packages/unstable/human-icon-theme/debian/rules

Modified: packages/unstable/human-icon-theme/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/human-icon-theme/debian/rules?rev=10814&op=diff
==============================================================================
--- packages/unstable/human-icon-theme/debian/rules (original)
+++ packages/unstable/human-icon-theme/debian/rules Sun May  6 15:25:58 2007
@@ -24,12 +24,6 @@
 
 binary-post-install/human-icon-theme::
 	# replace the Ubuntu logos with the distribution overrides
-	install -D -m 644 -o root -g root debian/${DISTRO}/start-here-22x22.png \
-                debian/tangerine-icon-theme/usr/share/icons/Human/22x22/places/start-here.png
-	install -D -m 644 -o root -g root debian/${DISTRO}/start-here-24x24.png \
-	        debian/tangerine-icon-theme/usr/share/icons/Human/24x24/places/start-here.png
-	install -D -m 644 -o root -g root debian/${DISTRO}/start-here-48x48.png \
-	        debian/tangerine-icon-theme/usr/share/icons/Human/48x48/places/start-here.png
-	install -D -m 644 -o root -g root debian/${DISTRO}/start-here.svg \
-	        debian/tangerine-icon-theme/usr/share/icons/Human/scalable/places/start-here.svg    
-
+	if [ -d debian/$(DISTRO) ]; then \  	        
+	     cp -rvf debian/$(DISTRO)/* debian/human-icon-theme/usr/share/icons/Human/; \ 	              
+	fi




More information about the pkg-gnome-commits mailing list