Browse Source

* join 2.2-only with the rest of the hacks, because we have just one supported tree right now

legacy/multilib
Alejandro Mery 17 years ago
parent
commit
24a8cadcca
1 changed files with 8 additions and 15 deletions
  1. +8
    -15
      parse-config

+ 8
- 15
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

Loading…
Cancel
Save