summaryrefslogblamecommitdiffstats
path: root/core/modules/dunst/module.build
blob: f5961132c738c71d7cd625d615f6f09afbd7c655 (plain) (tree)
1
2
3
4
5
6
7
8






                
         



                                              
                                                                                                   

 
#!/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
}