diff --git a/srcpkgs/wpgtk/template b/srcpkgs/wpgtk/template index 733d3635b56..f25d1ed58a3 100644 --- a/srcpkgs/wpgtk/template +++ b/srcpkgs/wpgtk/template @@ -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 +}