Date: Thursday, January 12, 2017 @ 10:57:25 Author: seblu Revision: 285839
upgpkg: archivetools 1-3 - https://www.archlinux.org/todo/pacman-hooks-systemd-sysuserstmpfiles/ Modified: archivetools/trunk/PKGBUILD Deleted: archivetools/trunk/archivetools.install ----------------------+ PKGBUILD | 3 +-- archivetools.install | 10 ---------- 2 files changed, 1 insertion(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-12 10:50:38 UTC (rev 285838) +++ PKGBUILD 2017-01-12 10:57:25 UTC (rev 285839) @@ -2,7 +2,7 @@ pkgname=archivetools pkgver=1 -pkgrel=2 +pkgrel=3 pkgdesc='Arch Linux Archive Tools' arch=('any') url='https://github.com/seblu/archivetools' @@ -10,7 +10,6 @@ depends=('rsync' 'hardlink' 'xz' 'util-linux' 'systemd') makedepends=('git') backup=('etc/archive.conf') -install=archivetools.install source=("git+https://github.com/seblu/archivetools.git#tag=v$pkgver") md5sums=('SKIP') Deleted: archivetools.install =================================================================== --- archivetools.install 2017-01-12 10:50:38 UTC (rev 285838) +++ archivetools.install 2017-01-12 10:57:25 UTC (rev 285839) @@ -1,10 +0,0 @@ -#/bin/bash - -# arg 1: the new package version -post_install() { - systemd-sysusers archive.conf - systemd-tmpfiles --create archive.conf - : -} - -# vim:set ts=2 sw=2 ft=sh et:
