mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
xbps-triggers: [systemd-service] do not run systemd-tmpfiles anymore.
This commit is contained in:
parent
cc56245520
commit
9092c43685
2 changed files with 2 additions and 5 deletions
|
@ -103,9 +103,6 @@ _EOF
|
||||||
echo "systemd ${_srv} service must be restarted manually!"
|
echo "systemd ${_srv} service must be restarted manually!"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# Always create required tmpfiles in case a service
|
|
||||||
# needs any of them.
|
|
||||||
systemd-tmpfiles --create
|
|
||||||
fi
|
fi
|
||||||
shift; shift
|
shift; shift
|
||||||
done
|
done
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'xbps-triggers'
|
# Template file for 'xbps-triggers'
|
||||||
pkgname=xbps-triggers
|
pkgname=xbps-triggers
|
||||||
version=0.42
|
version=0.43
|
||||||
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
noextract=yes
|
noextract=yes
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
revision=1
|
|
||||||
short_desc="XBPS triggers"
|
short_desc="XBPS triggers"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://code.google.com/p/xbps"
|
homepage="http://code.google.com/p/xbps"
|
||||||
|
|
Loading…
Add table
Reference in a new issue