diff --git a/parse-config b/parse-config index a831c13..42d9583 100644 --- a/parse-config +++ b/parse-config @@ -1,4 +1,3 @@ -#!/bin/sh # --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # @@ -42,21 +41,15 @@ mnemosyne_postinstall() { ln -svnf /sbin/init.d/alsa "$root/etc/runit/1.d/20alsa" ln -svnf /sbin/init.d/alsa "$root/etc/runit/3.d/80alsa" ;; + kbd) + # keyboard mappings + ln -svnf /sbin/init.d/kbd "$root/etc/runit/1.d/05kbd" + ;; + rocknet) + # network + ln -svnf /sbin/init.d/network "$root/etc/runit/1.d/15network" + ;; 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/05kbd" - ;; - rocknet) - # network - ln -svnf /sbin/init.d/network "$root/etc/runit/1.d/15network" - ;; - esac - fi } if [ "$SDECFG_TRG_MNEMOSYNE_DEVELOPMENT" != 1 ]; then