summaryrefslogtreecommitdiffstats
path: root/meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb')
-rw-r--r--meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb20
1 files changed, 2 insertions, 18 deletions
diff --git a/meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb b/meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb
index 30d0017b74..0a29175aa8 100644
--- a/meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb
+++ b/meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb
@@ -1,19 +1,3 @@
1SECTION = "x11" 1require sato-icon-theme.inc
2DESCRIPTION = "Sato Icon Theme"
3LICENSE = "CC-BY-SA3"
4DEPENDS = ""
5 2
6SRC_URI = "http://pokylinux.org/releases/sato/sato-icon-theme-0.1.tar.gz" 3SRC_URI = "http://pokylinux.org/releases/sato/sato-icon-theme-${PV}.tar.gz"
7
8inherit autotools pkgconfig
9
10FILES_${PN} += "${datadir}"
11
12PACKAGE_ARCH = "all"
13
14pkg_postinst_${PN} () {
15 if [ "x$D" != "x" ]; then
16 exit 1
17 fi
18 gtk-update-icon-cache -q /usr/share/icons/Sato
19}