mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
duiadns: always chown conf file in INSTALL
This commit is contained in:
parent
319db93512
commit
28875bab4e
2 changed files with 2 additions and 4 deletions
|
@ -1,8 +1,6 @@
|
||||||
# INSTALL
|
# INSTALL
|
||||||
case "$ACTION" in
|
case "$ACTION" in
|
||||||
post)
|
post)
|
||||||
if [ "$UPDATE" != "yes" ]; then
|
chown _duiadns:_duiadns etc/duiadns.conf
|
||||||
chown _duiadns:_duiadns etc/duiadns.conf
|
|
||||||
fi
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'duiadns'
|
# Template file for 'duiadns'
|
||||||
pkgname=duiadns
|
pkgname=duiadns
|
||||||
version=1.1
|
version=1.1
|
||||||
revision=3
|
revision=4
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-netifaces python3-netaddr python3-requests"
|
depends="python3-netifaces python3-netaddr python3-requests"
|
||||||
|
|
Loading…
Add table
Reference in a new issue