2 Commits
0.11.3 ... 0.12

Author SHA1 Message Date
71cb6715a5 add dinit 2021-12-22 02:21:01 +02:00
a4c443b658 0.11.3 2021-11-05 23:53:40 +07:00
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
VERSION = 0.11.2
VERSION = 0.11.3
PKG = live-services
TOOLS = artools

View File

@@ -30,6 +30,8 @@ elif [[ -d /run/runit ]]; then
ln -s $docs/Runit.pdf "$xdg"/Runit.pdf
elif [[ -d /run/66 ]]; then
ln -s $docs/Suite66.pdf "$xdg"/Suite66.pdf
elif [[ -d /run/dinit ]]; then
ln -s $docs/Dinit.pdf "$xdg"/Suite66.pdf
else
ln -s $docs/S6.pdf "$xdg"/S6.pdf
fi