Date: Thursday, January 12, 2017 @ 11:09:45 Author: seblu Revision: 206983
upgpkg: backuppc 3.3.1-6 - for real: https://www.archlinux.org/todo/pacman-hooks-systemd-sysuserstmpfiles/ Modified: backuppc/trunk/PKGBUILD backuppc/trunk/backuppc.install ------------------+ PKGBUILD | 2 +- backuppc.install | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-12 11:03:06 UTC (rev 206982) +++ PKGBUILD 2017-01-12 11:09:45 UTC (rev 206983) @@ -3,7 +3,7 @@ pkgname=backuppc pkgver=3.3.1 -pkgrel=5 +pkgrel=6 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs' url='https://sourceforge.net/projects/backuppc/' license=('GPL2') Modified: backuppc.install =================================================================== --- backuppc.install 2017-01-12 11:03:06 UTC (rev 206982) +++ backuppc.install 2017-01-12 11:09:45 UTC (rev 206983) @@ -1,13 +1,6 @@ #/bin/bash # arg 1: the new package version -post_install() { - systemd-sysusers backuppc.conf - systemd-tmpfiles --create backuppc.conf - : -} - -# arg 1: the new package version # arg 2: the old package version post_upgrade() { # change uid of old version @@ -21,8 +14,6 @@ echo '==> backuppc uid/gid have changed. Check your filesystem permissions.' fi fi - # ensure /run/backuppc exists - systemd-tmpfiles --create backuppc.conf : }
