wok-6.x diff depmod/receipt @ rev 9038
Fixed PyQt-x11-gpl.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Mar 03 19:17:48 2011 +0000 (2011-03-03) |
parents | d2d594c8804d |
children | 9624c47bd4ee |
line diff
1.1 --- a/depmod/receipt Sun Jan 09 14:07:48 2011 +0100 1.2 +++ b/depmod/receipt Thu Mar 03 19:17:48 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 +}