[arch-commits] Commit in apcupsd/trunk (PKGBUILD apcupsd.install)
Sergej Pupykin
spupykin at archlinux.org
Fri May 15 11:01:47 UTC 2015
Date: Friday, May 15, 2015 @ 13:01:47
Author: spupykin
Revision: 133494
upgpkg: apcupsd 3.14.13-2
upd
Added:
apcupsd/trunk/apcupsd.install
Modified:
apcupsd/trunk/PKGBUILD
-----------------+
PKGBUILD | 3 ++-
apcupsd.install | 3 +++
2 files changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-05-15 10:21:21 UTC (rev 133493)
+++ PKGBUILD 2015-05-15 11:01:47 UTC (rev 133494)
@@ -6,7 +6,7 @@
pkgname=apcupsd
pkgver=3.14.13
-pkgrel=1
+pkgrel=2
pkgdesc="Power mangement and controlling most of APC's UPS models"
arch=(i686 x86_64)
url="http://www.apcupsd.org"
@@ -16,6 +16,7 @@
'gconf: for frontend'
'gtk2: for frontend')
makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2')
+install=apcupsd.install
backup=(etc/apcupsd/apcupsd.conf
etc/apcupsd/hosts.conf
etc/apcupsd/multimon.conf
Added: apcupsd.install
===================================================================
--- apcupsd.install (rev 0)
+++ apcupsd.install 2015-05-15 11:01:47 UTC (rev 133494)
@@ -0,0 +1,3 @@
+post_install() {
+ systemd-tmpfiles --create apcupsd.conf
+}
More information about the arch-commits
mailing list