mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
chore: updated pacman hook
This commit is contained in:
parent
0a06e0fee1
commit
9cf654235d
3 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -20,6 +20,6 @@ pkgbase = vicinae-bin
|
|||
sha256sums = ec6bdd3d4154dcf0a54c0d244cc2d25708f9c65ec49875cf1f43540b6451d74a
|
||||
sha256sums = ad9c4ab5a52b13c9c9d1ae705ed72730d333a3c4e528d49bea983f221f89aa42
|
||||
sha256sums = 9b3957bd45e7508dc2d4e16d3186fc679752c0554ad43755cf0044e4f6484dab
|
||||
sha256sums = 2997c7441c4b98b880155303315955d99efdd08e791e36e52a5f4c2b1e3b26b9
|
||||
sha256sums = 3e946bcb7f3c2faa3568218987012db336be92acff805a373b6c10bdeaa9e7a8
|
||||
|
||||
pkgname = vicinae-bin
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -22,7 +22,7 @@ source=(
|
|||
sha256sums=('ec6bdd3d4154dcf0a54c0d244cc2d25708f9c65ec49875cf1f43540b6451d74a'
|
||||
'ad9c4ab5a52b13c9c9d1ae705ed72730d333a3c4e528d49bea983f221f89aa42'
|
||||
'9b3957bd45e7508dc2d4e16d3186fc679752c0554ad43755cf0044e4f6484dab'
|
||||
'2997c7441c4b98b880155303315955d99efdd08e791e36e52a5f4c2b1e3b26b9')
|
||||
'3e946bcb7f3c2faa3568218987012db336be92acff805a373b6c10bdeaa9e7a8')
|
||||
|
||||
package() {
|
||||
# Bin
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ Target = vicinae-bin
|
|||
[Action]
|
||||
Description = Restarting vicinae.service as a user unit if enabled/active...
|
||||
When = PostTransaction
|
||||
Exec = /usr/bin/bash -c '/usr/bin/loginctl list-users --no-legend | /usr/bin/awk "{print \$2}" | /usr/bin/xargs -I {} /usr/bin/runuser -u {} -- sh -c "/usr/bin/systemctl --user is-enabled --quiet vicinae.service && /usr/bin/systemctl --user restart vicinae.service"'
|
||||
Exec = /usr/bin/bash -c '/usr/bin/loginctl list-users --no-legend | /usr/bin/awk "{print \$2}" | /usr/bin/xargs -I {} /usr/bin/runuser -u {} -- sh -c "/usr/bin/systemctl --user is-enabled vicinae.service && /usr/bin/systemctl --user restart vicinae.service"' || true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue