summaryrefslogtreecommitdiff
path: root/community/minbif
diff options
context:
space:
mode:
Diffstat (limited to 'community/minbif')
-rw-r--r--community/minbif/PKGBUILD4
-rw-r--r--community/minbif/minbif.install2
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() {