File: rules

package info (click to toggle)
tango-icon-theme 0.8.90-7
  • links: PTS
  • area: main
  • in suites: buster
  • size: 10,796 kB
  • ctags: 18
  • sloc: sh: 3,395; makefile: 1,472
file content (16 lines) | stat: -rwxr-xr-x 409 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

DISTRO := $(shell lsb_release -si)

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk
-include debian/rules.$(DISTRO)

ICON_DIR := debian/tango-icon-theme/usr/share/icons/Tango

binary-post-install/tango-icon-theme::
	# install the distribution-specific overrides
	if [ -d debian/$(DISTRO) ]; then \
	    cp -rvf debian/$(DISTRO)/* $(ICON_DIR)/; \
	fi