wok-current diff depmod/receipt @ rev 9475
Removed more unneeded strips (those ones are handled by Tazwok).
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Apr 04 01:54:51 2011 +0000 (2011-04-04) |
parents | d2d594c8804d |
children | 9624c47bd4ee |
line diff
1.1 --- a/depmod/receipt Sun Jan 09 14:07:48 2011 +0100 1.2 +++ b/depmod/receipt Mon Apr 04 01:54:51 2011 +0000 1.3 @@ -16,13 +16,13 @@ 1.4 cp $_pkg/sbin/depmod $fs/sbin 1.5 } 1.6 1.7 -# Busybox depmod symlink currently not included in the BusyBox package 1.8 -#pre_install() 1.9 -#{ 1.10 -# rm -f $1/sbin/depmod 1.11 -#} 1.12 -# 1.13 -#post_remove() 1.14 -#{ 1.15 -# ln -s /bin/busybox /sbin/depmod 1.16 -#} 1.17 +# Overlap busybox 1.18 +pre_install() 1.19 +{ 1.20 + rm -f $1/sbin/depmod 1.21 +} 1.22 + 1.23 +post_remove() 1.24 +{ 1.25 + ln -s /bin/busybox /sbin/depmod 1.26 +}