wok diff busybox/receipt @ rev 8932

kqemu is depredicated
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 01 12:32:50 2011 +0100 (2011-03-01)
parents d20a69258a1d
children 4970ea3801f9
line diff
     1.1 --- a/busybox/receipt	Mon Feb 28 15:05:05 2011 +0100
     1.2 +++ b/busybox/receipt	Tue Mar 01 12:32:50 2011 +0100
     1.3 @@ -136,3 +136,9 @@
     1.4  	chmod 4755 $1/bin/busybox
     1.5  	sed -i "s@vcsa2txt.*\$@busybox conspy -d | sed 's/ *\$//;/^\$/d;/^Processi\\\\|^.witchi/,\$!d' > /var/log/boot.log@" $1/etc/init.d/rcS
     1.6  }
     1.7 +
     1.8 +pre_remove()
     1.9 +{
    1.10 +	# We can not remove this package !
    1.11 +	exit 1
    1.12 +}