summaryrefslogtreecommitdiffstats
path: root/core/modules/kdm/module.build
blob: 6be6af93ea8db3aba4ce8b6bf490f8da8f49d490 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

fetch_source () {
	:
}

build () {
	:
}

post_copy() {
	# copy required icons
	# TODO: Why here? gtk <-> kdm?
	gtk-update-icon-cache-3.0 "${TARGET_BUILD_DIR}/usr/share/icons/oxygen/" || pwarning "update-icon-cache-3.0 failed."
}