xbps-triggers: [systemd-service] do not run systemd-tmpfiles anymore.

This commit is contained in:
Juan RP 2012-07-14 23:22:19 +02:00
parent cc56245520
commit 9092c43685
2 changed files with 2 additions and 5 deletions

View file

@ -103,9 +103,6 @@ _EOF
echo "systemd ${_srv} service must be restarted manually!"
fi
fi
# Always create required tmpfiles in case a service
# needs any of them.
systemd-tmpfiles --create
fi
shift; shift
done

View file

@ -1,10 +1,10 @@
# Template file for 'xbps-triggers'
pkgname=xbps-triggers
version=0.42
version=0.43
revision=1
noarch=yes
noextract=yes
bootstrap=yes
revision=1
short_desc="XBPS triggers"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://code.google.com/p/xbps"