From 4a749afd114a5fe07ec2c777dac66b87a6d40a10 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 30 Aug 2018 19:06:17 -0300 Subject: [PATCH] ufw: remove old conf_files --- srcpkgs/ufw/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template index 37ea72579c..52b039c43a 100644 --- a/srcpkgs/ufw/template +++ b/srcpkgs/ufw/template @@ -3,9 +3,8 @@ pkgname=ufw version=0.35 revision=5 hostmakedepends="python iptables" -depends="${hostmakedepends}" -conf_files="/etc/default/ufw /etc/ufw/ufw.conf" -noarch="yes" +depends="$hostmakedepends" +noarch=yes pycompile_module="ufw" short_desc="Uncomplicated Firewall" maintainer="Juan RP "