increase dvbapp PR.
[vuplus_openembedded] / recipes / sato-icon-theme / sato-icon-theme.inc
1 SECTION = "x11"
2 DESCRIPTION = "Sato Icon Theme"
3 LICENSE = "CC-BY-SA3"
4 DEPENDS = ""
5
6 SRC_URI = "http://pokylinux.org/releases/sato/sato-icon-theme-0.1.tar.gz"
7
8 inherit autotools pkgconfig
9
10 FILES_${PN} += "${datadir}"
11
12 PACKAGE_ARCH = "all"
13
14 pkg_postinst_${PN} () {
15         if [ "x$D" != "x" ]; then
16                 exit 1
17         fi
18         gtk-update-icon-cache -q /usr/share/icons/Sato
19 }