Date: Wednesday, January 11, 2017 @ 15:28:04 Author: eworm Revision: 285677
upgpkg: dnsmasq 2.76-4 pacman hook: do not call systemd-sysusers from install script Modified: dnsmasq/trunk/PKGBUILD Deleted: dnsmasq/trunk/dnsmasq.install -----------------+ PKGBUILD | 3 +-- dnsmasq.install | 13 ------------- 2 files changed, 1 insertion(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-11 15:27:20 UTC (rev 285676) +++ PKGBUILD 2017-01-11 15:28:04 UTC (rev 285677) @@ -5,13 +5,12 @@ pkgname=dnsmasq pkgver=2.76 -pkgrel=3 +pkgrel=4 pkgdesc="Lightweight, easy to configure DNS forwarder and DHCP server" url="http://www.thekelleys.org.uk/dnsmasq/doc.html" arch=('i686' 'x86_64') license=('GPL') depends=('glibc' 'gmp' 'libidn' 'libdbus' 'libnetfilter_conntrack' 'nettle') -install=$pkgname.install backup=('etc/dnsmasq.conf') source=("http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc} '0001-Handle-binding-upstream-servers-to-an-interface.patch' Deleted: dnsmasq.install =================================================================== --- dnsmasq.install 2017-01-11 15:27:20 UTC (rev 285676) +++ dnsmasq.install 2017-01-11 15:28:04 UTC (rev 285677) @@ -1,13 +0,0 @@ -#!/bin/sh - -post_install() { - if hash systemd-sysusers &> /dev/null; then - systemd-sysusers dnsmasq.conf - fi -} - -post_upgrade(){ - if hash systemd-sysusers &> /dev/null; then - systemd-sysusers dnsmasq.conf - fi -}
