Browse Source

* fixed parse-config to link /sbin/init.d/kbd -> /etc/runit/1.d/01kb

d while building mnemosyne not on 2.1*
legacy/multilib
Christian Wiese 19 years ago
parent
commit
0ed80a6ce9
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      parse-config

+ 10
- 0
parse-config

@ -43,5 +43,15 @@ mnemosyne_postinstall() {
ln -svnf /sbin/init.d/alsa "$root/etc/runit/3.d/80alsa"
;;
esac
# tweaks that we need on 2.2
if [ "$sdever" != "2.1*" ] ; then
case "$pkg" in
kbd)
# keyboard mappings
ln -svnf /sbin/init.d/kbd "$root/etc/runit/1.d/01kbd"
;;
esac
fi
}

Loading…
Cancel
Save