mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 01:27:02 +02:00
kinit: fix INSTALL hooks
This commit is contained in:
parent
ded277952d
commit
271ad4827b
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# INSTALL
|
||||
case "$ACTION" in
|
||||
post)
|
||||
setcap CAP_SYS_RESOURCE=+ep usr/lib/libexec/kf5/start_kdeinit
|
||||
setcap CAP_SYS_RESOURCE=+ep usr/libexec/kf5/start_kdeinit
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'kinit'
|
||||
pkgname=kinit
|
||||
version=5.100.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=cmake
|
||||
hostmakedepends="kcoreaddons extra-cmake-modules libcap-progs pkg-config
|
||||
gettext qt5-host-tools qt5-qmake kdoctools"
|
||||
|
|
Loading…
Add table
Reference in a new issue