mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
Update the icon cache on install
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1506 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -3,11 +3,18 @@ DESCRIPTION = "Sato Icon Theme"
|
|||||||
LICENSE = "LGPL"
|
LICENSE = "LGPL"
|
||||||
DEPENDS = ""
|
DEPENDS = ""
|
||||||
PV = "0.0+svn${SRCDATE}"
|
PV = "0.0+svn${SRCDATE}"
|
||||||
PR = "r2"
|
PR = "r3"
|
||||||
|
|
||||||
SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=sato-icon-theme;proto=http"
|
SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=sato-icon-theme;proto=http"
|
||||||
S = "${WORKDIR}/sato-icon-theme"
|
S = "${WORKDIR}/sato-icon-theme"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}"
|
FILES_${PN} += "${datadir}"
|
||||||
|
|
||||||
|
pkg_postinst_${PN} () {
|
||||||
|
if [ "x$D" != "x" ]; then
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
gtk-update-icon-cache -q /usr/share/icons/Sato
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user