wpgtk: remove usr/etc

wpgtk only reads from $HOME $XDG_CONFIG_HOME,
then fallbacks to modules directory
This commit is contained in:
Đoàn Trần Công Danh 2022-09-06 00:29:06 +07:00
parent 31da410a73
commit df78537669

View File

@ -1,7 +1,7 @@
# Template file for 'wpgtk'
pkgname=wpgtk
version=6.1.3
revision=3
revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-gobject python3-Pillow pywal libxslt"
@ -11,3 +11,7 @@ license="GPL-2.0-only"
homepage="https://github.com/deviantfero/wpgtk/"
distfiles="https://github.com/deviantfero/wpgtk/archive/${version}.tar.gz"
checksum=158f93c6dbb6f14c17fb43847a750e049a7a92a0c76fa54b9c0c5fee1012fcfe
post_install() {
rm -rf ${DESTDIR}/usr/etc
}