mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +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
|
ln -s /etc/sv/speakersafetyd /var/service
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'asahi-base'
|
# Template file for 'asahi-base'
|
||||||
pkgname=asahi-base
|
pkgname=asahi-base
|
||||||
version=20250103
|
version=20250113
|
||||||
revision=1
|
revision=1
|
||||||
archs="aarch64*"
|
archs="aarch64*"
|
||||||
build_style=meta
|
build_style=meta
|
||||||
|
|
Loading…
Add table
Reference in a new issue