progress
This commit is contained in:
parent
87e00d842d
commit
c4b1a782df
|
@ -38,7 +38,9 @@ addpkg() {
|
|||
|
||||
enable_service() {
|
||||
for i in $@; do
|
||||
ln -s /etc/sv/$i /etc/runit/runsvdir/default/
|
||||
if ! [ -l /etc/runit/runsvdir/default/${i} ]; then
|
||||
ln -s /etc/sv/$i /etc/runit/runsvdir/default/
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
packages() {
|
||||
addpkg "xorg-minimal" "xorg-apps"
|
||||
addpkg xorg-minimal xorg-apps dbus
|
||||
}
|
||||
|
||||
config() {
|
||||
enable_service dbus
|
||||
ln -s /usr/share/fontconfig/conf.avail/70-no-bitmaps.conf "${dest}"/etc/fonts/conf.d/
|
||||
|
||||
if [ "$LANGUAGE" == "de" ]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user