mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
asahi-base: INSTALL: better check for service
This commit is contained in:
parent
41efacde29
commit
3c3a61e97f
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
if [ "${ACTION}" = "post" ] && [ "${UPDATE}" = "no" ]; then
|
||||
if [ "${ACTION}" = "post" ] && ! [ -d /var/service/speakersafetyd ]; then
|
||||
ln -s /etc/sv/speakersafetyd /var/service
|
||||
fi
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'asahi-base'
|
||||
pkgname=asahi-base
|
||||
version=20250103
|
||||
version=20250113
|
||||
revision=1
|
||||
archs="aarch64*"
|
||||
build_style=meta
|
||||
|
|
Loading…
Add table
Reference in a new issue