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

fetch_source() {
	:
}

build() {
	:
}

post_copy() {
	mkdir -p "${TARGET_BUILD_DIR}/etc/X11"
	[ ! -e ${TARGET_BUILD_DIR}/etc/X11/X ] && ln -s /usr/bin/Xorg ${TARGET_BUILD_DIR}/etc/X11/X
}