wok diff busybox/receipt @ rev 9079

prboom: fix doom1.wad url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 04 16:47:22 2011 +0100 (2011-03-04)
parents d20a69258a1d
children 4970ea3801f9
line diff
     1.1 --- a/busybox/receipt	Mon Feb 28 15:05:05 2011 +0100
     1.2 +++ b/busybox/receipt	Fri Mar 04 16:47:22 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 +}