wf-shell: install wf-shell.ini.example

This commit is contained in:
Mohammad Amin Sameti 2020-04-07 20:55:46 +04:30 committed by Helmut Pozimski
parent a0d78bc8de
commit bb79ff9804

View file

@ -1,7 +1,7 @@
# Template file for 'wf-shell' # Template file for 'wf-shell'
pkgname=wf-shell pkgname=wf-shell
version=0.4.0 version=0.4.0
revision=2 revision=3
build_style=meson build_style=meson
build_helper="gir" build_helper="gir"
hostmakedepends="gobject-introspection pkg-config wayland-devel" hostmakedepends="gobject-introspection pkg-config wayland-devel"
@ -18,4 +18,5 @@ checksum="bc03e5232d72f69bf6ba634f688f5e896715d846b7b6344136e9eb88dd6a9aa0"
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
vsconf wf-shell.ini.example
} }