summaryrefslogblamecommitdiffstats
path: root/core/modules/qt5core/module.build
blob: 1cee1f74d75d83d02c2e985ae6ab5a4cd5cd60ab (plain) (tree)
1
2
3
4
5
6
7
8
9
10






                


                                                                                        





             
#!/bin/bash

fetch_source() {
	:
}

build() {
	if [ -z "$MLTK_INSTALL" ]; then
		tarcopy "/usr/share/icons/gnome/icon-theme.cache" "${MODULE_BUILD_DIR}/"
	fi
}

post_copy() {
	:
}