diff options
author | root <root@rshg054.dnsready.net> | 2013-08-15 01:55:49 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-15 01:55:49 -0700 |
commit | 67142d22ee558cc14309b0a3d372ed796ae8d545 (patch) | |
tree | c5438425fb356422d27df30dd9896407e397ca33 /community/minbif | |
parent | 35ddd3815641e4564d75c5b402f7f0cf48628167 (diff) |
Thu Aug 15 01:55:47 PDT 2013
Diffstat (limited to 'community/minbif')
-rw-r--r-- | community/minbif/PKGBUILD | 4 | ||||
-rw-r--r-- | community/minbif/minbif.install | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/community/minbif/PKGBUILD b/community/minbif/PKGBUILD index ebc095a12..2b10f3b3b 100644 --- a/community/minbif/PKGBUILD +++ b/community/minbif/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 90561 2013-05-13 08:02:43Z lfleischer $ +# $Id: PKGBUILD 95562 2013-08-14 09:31:13Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: AkiraYB <brunoyb!yahoo,com,br> pkgname=minbif pkgver=1.0.5 -pkgrel=3 +pkgrel=4 pkgdesc='An IRC gateway to IM networks that uses libpurple.' arch=('i686' 'x86_64') url='http://minbif.im/' diff --git a/community/minbif/minbif.install b/community/minbif/minbif.install index 264763407..719f835c8 100644 --- a/community/minbif/minbif.install +++ b/community/minbif/minbif.install @@ -6,6 +6,8 @@ post_install() { chown -R minbif:minbif /var/lib/minbif chmod 0770 /var/lib/minbif chmod 0770 /var/lib/minbif/users + + systemd-tmpfiles --create minbif.conf } post_upgrade() { |