duiadns: always chown conf file in INSTALL

This commit is contained in:
Andrew J. Hesford 2021-02-05 15:39:20 -05:00
parent 319db93512
commit 28875bab4e
2 changed files with 2 additions and 4 deletions

View file

@ -1,8 +1,6 @@
# INSTALL
case "$ACTION" in
post)
if [ "$UPDATE" != "yes" ]; then
chown _duiadns:_duiadns etc/duiadns.conf
fi
chown _duiadns:_duiadns etc/duiadns.conf
;;
esac

View file

@ -1,7 +1,7 @@
# Template file for 'duiadns'
pkgname=duiadns
version=1.1
revision=3
revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-netifaces python3-netaddr python3-requests"