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

fetch_source() {
	:
}

build() {

	# This is REQUIRED, otherwise the session daemon won't start (can be empty, but has to exist...)
	mkdir -p "${MODULE_BUILD_DIR}/etc/dbus-1/session.d"
}

post_copy() {
	:
}